summaryrefslogtreecommitdiff
path: root/hints/netbsd.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-02-28 18:35:32 +0200
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-03-05 18:38:32 +0000
commitc6c5e21eb7b0f418ef5d03f5c3a03e124b381f5a (patch)
tree4c665a2ad05f368ee1327809b23d71209b5962e4 /hints/netbsd.sh
parent4b6be2dd04172db770683360899241dce184a250 (diff)
downloadperl-c6c5e21eb7b0f418ef5d03f5c3a03e124b381f5a.tar.gz
5.004_61: hints/netbsd.sh
p4raw-id: //depot/perl@771
Diffstat (limited to 'hints/netbsd.sh')
-rw-r--r--hints/netbsd.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/hints/netbsd.sh b/hints/netbsd.sh
index 836c7eff0b..787f0f13bb 100644
--- a/hints/netbsd.sh
+++ b/hints/netbsd.sh
@@ -56,3 +56,11 @@ case "$osvers" in
d_setruid="$undef"
;;
esac
+# netbsd 1.3 linker warns about setr[gu]id being deprecated.
+# (setregid, setreuid, preferred?)
+case "$osvers" in
+1.3|1.3*)
+ d_setrgid="$undef"
+ d_setruid="$undef"
+ ;;
+esac