dect
/
linux-2.6
Archived
13
0
Fork 0

[NETFILTER]: nf_log: add netfilter gcc printf format checking

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Helge Deller 2008-01-31 03:58:56 -08:00 committed by David S. Miller
parent b41649989c
commit 000e8a5354
1 changed files with 1 additions and 1 deletions

View File

@ -54,6 +54,6 @@ void nf_log_packet(int pf,
const struct net_device *in,
const struct net_device *out,
const struct nf_loginfo *li,
const char *fmt, ...);
const char *fmt, ...) __attribute__ ((format(printf,7,8)));
#endif /* _NF_LOG_H */