freebsd-dev/usr.sbin/nfsd
Peter Wemm 37436e4075 Make this compile and not segfault on ia64. ptr = strdup("foo"); is
fatal if the declaration of strdup() isn't in scope.  The upper 32 bits
of the pointer are lost since it defaults to returning "int".  Fix some
warnings while here, including trying to make gcc-3.1 happy.
2002-05-01 06:49:43 +00:00
..
Makefile
nfsd.8
nfsd.c Make this compile and not segfault on ia64. ptr = strdup("foo"); is 2002-05-01 06:49:43 +00:00