summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/create.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mtree/create.c')
-rw-r--r--usr.sbin/mtree/create.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.sbin/mtree/create.c b/usr.sbin/mtree/create.c
index 2975fb5..a7dfc67 100644
--- a/usr.sbin/mtree/create.c
+++ b/usr.sbin/mtree/create.c
@@ -79,11 +79,10 @@ static uid_t uid;
static mode_t mode;
static u_long flags = 0xffffffff;
-static int dsort __P((const FTSENT **, const FTSENT **));
-static void output __P((int, int *, const char *, ...)) __printflike(3, 4);
-static int statd __P((FTS *, FTSENT *, uid_t *, gid_t *, mode_t *,
- u_long *));
-static void statf __P((int, FTSENT *));
+static int dsort(const FTSENT **, const FTSENT **);
+static void output(int, int *, const char *, ...) __printflike(3, 4);
+static int statd(FTS *, FTSENT *, uid_t *, gid_t *, mode_t *, u_long *);
+static void statf(int, FTSENT *);
void
cwalk()
OpenPOWER on IntegriCloud