Document that Sys::Syslog::openlog might die.
[p5sagit/p5-mst-13.2.git] / hints / netbsd.sh
index 50f19da..07c6099 100644 (file)
@@ -174,8 +174,8 @@ 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.
+# NetBSD/sparc 1.5.3/1.6.1 dumps core in the semid_ds test of Configure.
 case `uname -m` in
-sparc) d_sem='undef' ;;
+sparc) d_semctl_semid_ds=undef ;;
 esac
+