1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00

Mark a static function as __printflike()

MFC After:	1 week
This commit is contained in:
Kris Kennaway 2001-07-05 07:52:56 +00:00
parent 5cdd6aaac6
commit 4567c8651d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79291

View File

@ -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 *));