From: Jarkko Hietaniemi Date: Tue, 2 Feb 1999 11:52:39 +0000 (+0000) Subject: NetBSD synch with maint-5.005. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=434e0566e01d1e67e81be74885ec726864b20a80;p=p5sagit%2Fp5-mst-13.2.git NetBSD synch with maint-5.005. p4raw-id: //depot/cfgperl@2764 --- diff --git a/hints/netbsd.sh b/hints/netbsd.sh index a8cc7dc..6ca0218 100644 --- a/hints/netbsd.sh +++ b/hints/netbsd.sh @@ -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 ;;