[NETFILTER]: ipt_SAME: add to feature-removal-schedule
[safe/jmp/linux-2.6] / net / ipv4 / tcp_probe.c
index 1b72c55..d9323df 100644 (file)
@@ -63,6 +63,9 @@ struct {
  * FIXME: causes an extra copy
  */
 static void printl(const char *fmt, ...)
+       __attribute__ ((format (printf, 1, 2)));
+
+static void printl(const char *fmt, ...)
 {
        va_list args;
        int len;