diff -uk.orig iptables-1.3.5.orig/libiptc/libiptc.c iptables-1.3.5/libiptc/libiptc.c --- iptables-1.3.5.orig/libiptc/libiptc.c 2006-01-30 08:43:09 +0000 +++ iptables-1.3.5/libiptc/libiptc.c 2006-02-27 23:02:27 +0000 @@ -1102,7 +1102,7 @@ } /* Returns a pointer to the target name of this position. */ -const char *standard_target_map(int verdict) +static const char *standard_target_map(int verdict) { switch (verdict) { case RETURN: