NetBSD synch with maint-5.005.
Jarkko Hietaniemi [Tue, 2 Feb 1999 11:52:39 +0000 (11:52 +0000)]
p4raw-id: //depot/cfgperl@2764

hints/netbsd.sh

index a8cc7dc..6ca0218 100644 (file)
@@ -51,11 +51,13 @@ case "$osvers" in
 0.9*|1.[012]*|1.3|1.3.1)
        d_setregid="$undef"
        d_setreuid="$undef"
-       d_setrgid="$undef"
-       d_setruid="$undef"
        ;;
 esac
 
+# These are obsolete in any netbsd.
+d_setrgid="$undef"
+d_setruid="$undef"
+
 # there's no problem with vfork.
 case "$usevfork" in
 '') usevfork=true ;;