]> granicus.if.org Git - nethack/commit
BSD and POSIX
authorcohrs <cohrs>
Sun, 6 Jul 2003 22:06:46 +0000 (22:06 +0000)
committercohrs <cohrs>
Sun, 6 Jul 2003 22:06:46 +0000 (22:06 +0000)
commit362518c3accc257d1788b130aa3dbcf837a99565
treebe59c09152b5d1eb9ca75e12834df78097985c5c
parent3f7873514e00fa77050ac0fddad804c72fb3ea25
BSD and POSIX
Finally got around to installing OpenBSD (rev 3.3) in a vmware partition.
Found that several #if BSD's were inappropriate for modern BSD's.  Haven't
installed FreeBSD or NetBSD, but based on reading their man pages,
these changes are needed there too.  Mostly due to POSIX time() signature.
include/system.h
include/unixconf.h
src/files.c
src/hacklib.c
src/u_init.c
sys/unix/unixunix.c