bde
3a6e21a325
Fixed some style bugs in the removal of __P(()). The main ones were
...
not removing tabs before "__P((", and not outdenting continuation lines
to preserve non-KNF lining up of code with parentheses. Switch to KNF
formatting and/or rewrap the whole prototype in some cases.
2002-03-24 09:34:04 +00:00
alfred
c9985516e4
Remove __P.
2002-03-19 21:54:18 +00:00
ru
366cc115c9
Remove extra memory region kept by "struct pfil_head pfil_head_t;".
...
Seems to be a typo for typedef, but we don't want this non-style(9)
typedef anyway.
PR: kern/31356
2001-10-22 08:46:23 +00:00
ache
8d0d1ec4f6
Replace nonexistent !defined(_LKM) by !defined(KLD_MODULE)
2000-08-01 00:40:32 +00:00
ache
1b638496dc
Check IPFILTER (options IPFILTER generates) instead of NIPFILTER
2000-08-01 00:12:27 +00:00
ache
739d46b2ab
Nonexistent "ipfilter.h" -> "opt_ipfilter.h"
...
Kernel 'make depend' fails otherwise
2000-07-31 23:35:08 +00:00
jake
961b97d434
Back out the previous change to the queue(3) interface.
...
It was not discussed and should probably not happen.
Requested by: msmith and others
2000-05-26 02:09:24 +00:00
jake
d93fbc9916
Change the way that the queue(3) structures are declared; don't assume that
...
the type argument to *_HEAD and *_ENTRY is a struct.
Suggested by: phk
Reviewed by: phk
Approved by: mdodd
2000-05-23 20:41:01 +00:00
darrenr
5419f3d595
Add pfil(9) subroutines and manpage from NetBSD.
2000-05-10 13:37:51 +00:00