pax: Switch a function definition from K&R to ANSI.
authortb <tb@openbsd.org>
Tue, 17 Jan 2023 16:20:28 +0000 (16:20 +0000)
committertb <tb@openbsd.org>
Tue, 17 Jan 2023 16:20:28 +0000 (16:20 +0000)
bin/pax/options.c

index ca53a1d..1ed9f98 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: options.c,v 1.104 2022/12/04 23:50:45 cheloha Exp $   */
+/*     $OpenBSD: options.c,v 1.105 2023/01/17 16:20:28 tb Exp $        */
 /*     $NetBSD: options.c,v 1.6 1996/03/26 23:54:18 mrg Exp $  */
 
 /*-
@@ -1107,8 +1107,7 @@ tar_options(int argc, char **argv)
 int mkpath(char *);
 
 int
-mkpath(path)
-       char *path;
+mkpath(char *path)
 {
        struct stat sb;
        char *slash;