freebsd-dev/contrib/pf/pfctl
Max Laier b83a49e9b9 Fix some style(9) related issues after discussion with/education from bde:
- Add <sys/param.h> and <limits.h> where required (do not depend on other
   headers pulling it in).
 - __dead -> __dead2
 - #if defined() -> #ifdef
 - Remove ugly PRIu64 macros and use %llu w/ (unsigned long long) cast.

All changes looped back to OpenBSD (where applicable) for easier sync in the
future.

Requested by:	bde
Approved by:	bms(mentor)
2004-03-15 13:41:17 +00:00
..
parse.y Fix some style(9) related issues after discussion with/education from bde: 2004-03-15 13:41:17 +00:00
pf_print_state.c Vendor import of OpenBSD's pf userland as of OpenBSD 3.4 2004-02-28 16:52:45 +00:00
pfctl_altq.c Fix some style(9) related issues after discussion with/education from bde: 2004-03-15 13:41:17 +00:00
pfctl_osfp.c Vendor import of OpenBSD's pf userland as of OpenBSD 3.4 2004-02-28 16:52:45 +00:00
pfctl_parser.c Fix some style(9) related issues after discussion with/education from bde: 2004-03-15 13:41:17 +00:00
pfctl_parser.h Fix some style(9) related issues after discussion with/education from bde: 2004-03-15 13:41:17 +00:00
pfctl_qstats.c Fix some style(9) related issues after discussion with/education from bde: 2004-03-15 13:41:17 +00:00
pfctl_radix.c Vendor import of OpenBSD's pf userland as of OpenBSD 3.4 2004-02-28 16:52:45 +00:00
pfctl_table.c Fix some style(9) related issues after discussion with/education from bde: 2004-03-15 13:41:17 +00:00
pfctl.8 Vendor import of OpenBSD's pf userland as of OpenBSD 3.4 2004-02-28 16:52:45 +00:00
pfctl.c Fix some style(9) related issues after discussion with/education from bde: 2004-03-15 13:41:17 +00:00
pfctl.h Fix some style(9) related issues after discussion with/education from bde: 2004-03-15 13:41:17 +00:00