summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-07-05 07:52:56 +0000
committerkris <kris@FreeBSD.org>2001-07-05 07:52:56 +0000
commit38cc36696a5ece8af1957d9d5d59c56fffc94c67 (patch)
tree24c5bece9deb3d25859e6a41462234a6203b166c /usr.sbin/mtree
parentc25970b2740e69c16597a98f83bb3162a553ef1d (diff)
downloadFreeBSD-src-38cc36696a5ece8af1957d9d5d59c56fffc94c67.zip
FreeBSD-src-38cc36696a5ece8af1957d9d5d59c56fffc94c67.tar.gz
Mark a static function as __printflike()
MFC After: 1 week
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 01f72c9..622afdf 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 *));
OpenPOWER on IntegriCloud