projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4b6be2d
)
5.004_61: hints/netbsd.sh
Jarkko Hietaniemi [Sat, 28 Feb 1998 16:35:32 +0000 (18:35 +0200)]
p4raw-id: //depot/perl@771
hints/netbsd.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/netbsd.sh
b/hints/netbsd.sh
index
836c7ef
..
787f0f1
100644
(file)
--- 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