freebsd-dev/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 Default to WARNS=2. 2001-12-04 02:19:58 +00:00
nfsd.8 mdoc(7) police: utilize the new .Ex macro. 2001-08-15 09:09:47 +00:00
nfsd.c Make this compile and not segfault on ia64. ptr = strdup("foo"); is 2002-05-01 06:49:43 +00:00