Change 20539 by [EMAIL PROTECTED] on 2003/08/07 05:17:56
NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
broken SysV semaphores.
Affected files ...
... //depot/perl/hints/netbsd.sh#26 edit
Differences ...
==== //depot/perl/hints/netbsd.sh#26 (text) ====
Index: perl/hints/netbsd.sh
--- perl/hints/netbsd.sh#25~19920~ Tue Jul 1 22:21:23 2003
+++ perl/hints/netbsd.sh Wed Aug 6 22:17:56 2003
@@ -174,3 +174,8 @@
;;
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
End of Patch.