vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Index: pfctl.c ================================================== ================= RCS file: /cvs/src/sbin/pfctl/pfctl.c,v retrieving revision 1.273 diff -u -r1.273 pfctl.c --- pfctl.c 13 Feb 2008 19:55:12 -0000 1.273 +++ pfctl.c 3 Apr 2008 21:01:13 -0000 @@ -56,7 +56,7 @@ #include "pfctl_parser.h" #include "pfctl.h" -void usage(void); +__dead void usage(void); int pfctl_enable(int, int); int pfctl_disable(int, int); int pfctl_clear_stats(int, int); @@ -221,7 +221,7 @@ "none", "basic", "profile", NULL }; -void +__dead void usage(void) { extern char *__progname; |