From d56ee54f1af3a04d41d0a897c6d4e177f82f9759 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Thu, 31 Jan 2008 03:58:56 -0800 Subject: [PATCH] --- yaml --- r: 81888 b: refs/heads/master c: 000e8a53540b75a885efeb00ec1f1cb3c8d0bead h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/net/netfilter/nf_log.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5b10436bc8b5..f478ceb7ddb9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b41649989c9640e54e47001994b7ecb927ea1822 +refs/heads/master: 000e8a53540b75a885efeb00ec1f1cb3c8d0bead diff --git a/trunk/include/net/netfilter/nf_log.h b/trunk/include/net/netfilter/nf_log.h index 037e82403f91..8c6b5ae45534 100644 --- a/trunk/include/net/netfilter/nf_log.h +++ b/trunk/include/net/netfilter/nf_log.h @@ -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 */