From 40149accc2f2ec0ced7fe4a271d39c1a7a83ec72 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 18 Mar 2009 11:39:52 +0100 Subject: [PATCH] pax(1): Remove argument names from prototypes. --- bin/pax/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/pax/options.c b/bin/pax/options.c index b808bfe2b1..bbb5802c59 100644 --- a/bin/pax/options.c +++ b/bin/pax/options.c @@ -67,14 +67,14 @@ static int no_op (void); static void printflg (unsigned int); static int c_frmt (const void *, const void *); static off_t str_offt (char *); -static char *getline (FILE *fp); +static char *getline (FILE *); static void pax_options (int, char **); static void pax_usage (void); static void tar_options (int, char **); static void tar_usage (void); static void cpio_options (int, char **); static void cpio_usage (void); -static int mkpath(char *path); +static int mkpath(char *); /* errors from getline */ #define GETLINE_FILE_CORRUPT 1 -- 2.41.0