summaryrefslogtreecommitdiff
path: root/hints/netbsd.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-07 14:25:25 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-07 14:25:25 +0000
commit0a8c84970ed40ea8edae407334b845cdf5015c50 (patch)
tree8c892df259fe18b43b043268a24ec58251ff6193 /hints/netbsd.sh
parent9ec6fbe5dfefdf8245187e5b0d3bbfc3ff99b66d (diff)
downloadperl-0a8c84970ed40ea8edae407334b845cdf5015c50.tar.gz
Retract #20359: too wide a brush.
p4raw-id: //depot/perl@20544
Diffstat (limited to 'hints/netbsd.sh')
-rw-r--r--hints/netbsd.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/hints/netbsd.sh b/hints/netbsd.sh
index 50f19dabae..02d730fa0a 100644
--- a/hints/netbsd.sh
+++ b/hints/netbsd.sh
@@ -174,8 +174,3 @@ EOF
;;
esac
-# One is able to create semaphores, but not do anything much with them.
-# This is seen at least in NetBSD 1.5.3 and 1.6.1 for sparc.
-case `uname -m` in
-sparc) d_sem='undef' ;;
-esac