This merges in the latest NetBSD sup source.
authortodd <todd@openbsd.org>
Tue, 1 Apr 1997 07:34:57 +0000 (07:34 +0000)
committertodd <todd@openbsd.org>
Tue, 1 Apr 1997 07:34:57 +0000 (07:34 +0000)
commit221122a5946b9f883198deb4f2720b90d2ddaf70
tree0ca76180560e3353f937df112c7a8412c5c75ed0
parent1dca369142f58197e6750b062c0280dd708de934
This merges in the latest NetBSD sup source.
- removed $Log: ...$ tags to not waste space in the repository
- now doesn't segfault on the alpha!

Note:
To compile sup on systems other than *BSD, you'll need a copy of
vis.c, vis.h, daemon.c, and sys/cdefs.h.  At least the first two
(for OSF/1).

From NetBSD changelog description (for credit where due):
.... 1996/12/23 19:42:05  christos
- add missing prototypes.
- fix function call inconsistencies
- fix int <-> long and pointer conversions
It should run now on 64 bit machines...

....  1996/12/31 18:08:00  christos
64 bit patches (mostly long -> time_t) from Matthew Jacob (?)
sup now works on the alpha!
34 files changed:
usr.bin/sup/src/atoo.c
usr.bin/sup/src/errmsg.c
usr.bin/sup/src/expand.c
usr.bin/sup/src/ffilecopy.c
usr.bin/sup/src/filecopy.c
usr.bin/sup/src/libc.h
usr.bin/sup/src/log.c
usr.bin/sup/src/netcryptvoid.c
usr.bin/sup/src/nxtarg.c
usr.bin/sup/src/path.c
usr.bin/sup/src/quit.c
usr.bin/sup/src/run.c
usr.bin/sup/src/salloc.c
usr.bin/sup/src/scan.c
usr.bin/sup/src/scm.c
usr.bin/sup/src/scmio.c
usr.bin/sup/src/skipto.c
usr.bin/sup/src/stree.c
usr.bin/sup/src/sup.h
usr.bin/sup/src/supcdefs.h
usr.bin/sup/src/supcmain.c
usr.bin/sup/src/supcmeat.c
usr.bin/sup/src/supcmisc.c
usr.bin/sup/src/supcname.c
usr.bin/sup/src/supcparse.c
usr.bin/sup/src/supcvers.c
usr.bin/sup/src/supextern.h [new file with mode: 0644]
usr.bin/sup/src/supfilesrv.c
usr.bin/sup/src/supmsg.c
usr.bin/sup/src/supmsg.h
usr.bin/sup/src/supscan.c
usr.bin/sup/src/supservers.8
usr.bin/sup/src/sysent.h
usr.bin/sup/src/vprintf.c