aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mtree
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-07-05 07:52:56 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-07-05 07:52:56 +0000
commit4567c8651d62ab365f288a71550c8227c21b38f2 (patch)
tree24c5bece9deb3d25859e6a41462234a6203b166c /usr.sbin/mtree
parent5cdd6aaac64ca229898aba72af8de35a204161cf (diff)
Notes
Diffstat (limited to 'usr.sbin/mtree')
-rw-r--r--usr.sbin/mtree/create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mtree/create.c b/usr.sbin/mtree/create.c
index 01f72c94f6bb..622afdf5519c 100644
--- a/usr.sbin/mtree/create.c
+++ b/usr.sbin/mtree/create.c
@@ -80,7 +80,7 @@ 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 *, ...));
+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 *));