diff options
Diffstat (limited to 'sbin/mountd/mountd.c')
-rw-r--r-- | sbin/mountd/mountd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mountd/mountd.c b/sbin/mountd/mountd.c index 2ca85f4..aab4479 100644 --- a/sbin/mountd/mountd.c +++ b/sbin/mountd/mountd.c @@ -245,7 +245,7 @@ int mountdlockfd; #ifdef DEBUG int debug = 1; -void SYSLOG __P((int, const char *, ...)); +void SYSLOG __P((int, const char *, ...)) __printflike(2, 3); #define syslog SYSLOG #else int debug = 0; |