Go to file
thorpej 95a1173e37 icmpcode() returns an int, and, more importantly, -1 on failure. So,
make this work on systems with unsigned chars by placing the return
value of icmpcode() in a temporary variable, checking for failure, and
then only setting fil.fr_icode (a char) upon success.
1997-04-19 06:25:10 +00:00
bin - XXX Inhibit warnings on PowerPC for now - there are lots of 1997-04-17 08:13:26 +00:00
distrib rcs id cleanups 1997-04-18 18:05:24 +00:00
etc move last items from rc.local to rc; rc.local is now actually for local stuff. 1997-04-19 03:10:57 +00:00
games Make sure that the dictionary and indexing programs are made. 1997-04-01 15:25:52 +00:00
gnu make sure that arch-specific makefiles exist before they're included. 1997-04-19 02:59:28 +00:00
include add _PATH_DEFTAPE, defined to "/dev/rst0" 1997-04-15 05:29:56 +00:00
lib The protoypes for ctime() and tzset() are in <time.h>. Move #include <time.h> 1997-04-18 17:32:04 +00:00
libexec Don't compile this with -O on the PowerPC - cc1 cores. 1997-04-19 05:13:26 +00:00
regress fix a slight bogon 1997-03-12 01:47:07 +00:00
sbin Ld directory reorganization: 1997-04-16 16:49:28 +00:00
share fix typo 1997-04-18 19:14:33 +00:00
sys - Add authentication to ipkdb (From Wolfgang Solfrank) 1997-04-19 01:52:15 +00:00
usr.bin Add support for the PowerPC. 1997-04-19 06:16:29 +00:00
usr.sbin icmpcode() returns an int, and, more importantly, -1 on failure. So, 1997-04-19 06:25:10 +00:00
Makefile Don't cleandir on make build when UPDATE is set. 1997-03-24 22:22:15 +00:00