Update todo with POSIX 1003.1 1996 Edition reminder.
[p5sagit/p5-mst-13.2.git] / 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 ;;