Go to file
simonb d61cb0817b Don't use <err.h>. Use ANSI prototypes (no dependance on the __P()
macro).  Add new fwrite_be_offt() function which writes out a big-endian
64bit number regards of the size of off_t on the host machine.

Also fix ``bug'' in previous - even though the off_t pointers were
stored big-endian, the individual card lenghs were in host-order.  The
cards.pck files are now identical when make on a big- or little-endian
machine.

Now builds a correct cards.pck file on non-NetBSD machines as well
- tested on Ultrix and Solaris (but Solaris needs -lsocket to get
htonl()).
1999-12-30 01:40:08 +00:00
bin make example cut&paste-ready 1999-12-29 04:11:30 +00:00
dist update ipfilter code to 3.3.6 1999-12-28 07:40:12 +00:00
distrib Add share/examples/apm/script, an example script to put into 1999-12-29 04:16:21 +00:00
etc Add share/examples/apm/script, an example script to put into 1999-12-29 04:16:21 +00:00
games Don't use <err.h>. Use ANSI prototypes (no dependance on the __P() 1999-12-30 01:40:08 +00:00
gnu gas.new for NetBSD/sh3 1999-12-26 20:03:56 +00:00
include C99: Define a NAN macro in <math.h> which evaulates to a constant expression of 1999-12-23 10:15:05 +00:00
lib Correct typo reported by Jens Nilsson in PR misc/9069. 1999-12-29 21:19:36 +00:00
libexec don't stutter when printing error messages. 1999-12-27 15:36:36 +00:00
regress Make it build on ELF toolchain. 1999-12-09 09:08:00 +00:00
sbin remove a leftover debug message 1999-12-21 16:54:16 +00:00
share Add share/examples/apm/script, an example script to put into 1999-12-29 04:16:21 +00:00
sys avoid 'marching unit numbers' for cloning devices. (e.g., previously, 1999-12-30 01:03:43 +00:00
usr.bin Use: 1999-12-29 06:54:00 +00:00
usr.sbin mention /usr/share/examples/apm/script 1999-12-29 05:00:43 +00:00
Makefile After ${MAKE} obj, explicitly make obj dirs in ${.CURDIR}/distrib as well. 1999-12-05 22:53:53 +00:00