summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-09-11 20:58:36 +0000
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-09-11 20:58:36 +0000
commit904e9dd4f1189394685c4bab40b5a4c7cef7bcbc (patch)
tree0979086ab4eeba6bff0a9a3fdbc1183198088268
parent598a3d6448f29eab4dfa57fcd5d9fcb83097c875 (diff)
downloadperl-904e9dd4f1189394685c4bab40b5a4c7cef7bcbc.tar.gz
perl 5.003_05: hints/convexos.sh
Remove [gs]etpgrp workaround. Configure & perl.h should handle this now.
-rw-r--r--hints/convexos.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/hints/convexos.sh b/hints/convexos.sh
index 5d6eafbf0b..9f6d702b06 100644
--- a/hints/convexos.sh
+++ b/hints/convexos.sh
@@ -10,12 +10,3 @@
set X $myuname
shift
osvers=$4
-# ConvexOS 10.2 uses POSIX process group semantics for getpgrp but
-# BSD semantics for setpgrp. Perl assumes you don't have such
-# a mixed system, so we undef d_getpgrp.
-# Andy Dougherty doughera@lafcol.lafayette.edu
-#
-if [ "$osvers" -ge 10.2 ]
-then
- d_getpgrp='undef' ;;
-fi