Index: distinfo =================================================================== --- distinfo (revision 37) +++ distinfo (working copy) @@ -15,3 +15,4 @@ SHA1 (patch-aj) = 5fd1d20f75fafa01063982e2ef49f123d4cb4c7d SHA1 (patch-ak) = 5e47cf75a7f3bdfad6cfead06bb1643ebeee178d SHA1 (patch-am) = 48abd78b11347cdeaa1057d85cab1931feada8e9 +SHA1 (patch-an) = 1fde2fcac9c77745e1e53eea12465a629d78ee86 Index: patches/patch-an =================================================================== --- patches/patch-an (revision 0) +++ patches/patch-an (revision 0) @@ -0,0 +1,22 @@ +$NetBSD$ + +do not redefine endgrent and endgrent in find/parser.c + +--- configure.orig 1994-11-04 15:47:50.000000000 +0100 ++++ configure +@@ -779,6 +780,15 @@ else + ISC= + fi + ++echo $ac_n "checking for POSIX compatibilty on e.g. QNX""... $ac_c" 1>&4 ++if test -f /usr/include/unistd.h && ++ grep _POSIX_VERSION /usr/include/unistd.h >/dev/null 2>&1 ++then ++ echo "$ac_t""yes" 1>&4 ++ cat >> confdefs.h <<\EOF ++#define _POSIX_SOURCE 1 ++EOF ++fi + + echo $ac_n "checking for -lsun""... $ac_c" 1>&4 + if eval "test \"`echo '${'ac_cv_lib_sun'+set}'`\" = set"; then