FreeBSD src
Go to file
Garrett Wollman f9493383fc Conditionalize calls to IPFW code on COMPAT_IPFW. This is done slightly
unconventionally:
	If COMPAT_IPFW is not defined, or if it is defined to 1, enable;
otherwise, disable.

This means that these changes actually have no effect on anyone at the
moment.  (It just makes it easier for me to keep my code in sync.)
In the future, the `not defined' part of the hack should be eliminated,
but doing this now would require everyone to change their config files.

The same conditionals need to be made in ip_input.c as well for this to
ave any useful effect, but I'm not ready to do that right now.
1996-05-22 17:23:09 +00:00
bin `mv'' -> `mv -f'' 1996-05-07 23:19:49 +00:00
eBones Localize time 1996-05-07 19:05:10 +00:00
etc Eliminate warning message and add big warnings about security holes 1996-05-22 05:43:30 +00:00
games The Makefile assumed that builder had '.' in it's path, which is a 1996-05-15 16:54:05 +00:00
gnu Remove setuid bit, it's not necessary. 1996-05-22 15:53:38 +00:00
include Made this work with the documented prerequisite #includes (none). 1996-05-01 00:57:57 +00:00
lib - Fix _listmatch() to close PR #1207. 1996-05-21 16:11:27 +00:00
libexec When checking to see whether a needed shared library has already 1996-05-22 06:34:12 +00:00
lkm `mv'' -> `mv -f'' 1996-05-07 23:19:49 +00:00
release Remove a particularly annoying confirmation dialog. 1996-05-21 15:57:21 +00:00
sbin Return make_union, s-bit removed 1996-05-19 17:24:10 +00:00
secure Localize time 1996-05-07 19:05:10 +00:00
share Correct a few small typos. 1996-05-21 04:06:00 +00:00
sys Conditionalize calls to IPFW code on COMPAT_IPFW. This is done slightly 1996-05-22 17:23:09 +00:00
tools Don't look in libkern, it went away. 1995-12-29 01:51:23 +00:00
usr.bin New option -append: teach makewhatis to only add records, instead 1996-05-22 00:57:42 +00:00
usr.sbin delete MANDIR=/usr/share/man/man, 1996-05-21 18:09:11 +00:00
COPYRIGHT
Makefile 1) make -DCLOBBER not remove most of /usr/lib 1996-05-04 07:12:07 +00:00