projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77fd271
)
OpenBSD likes signal.h
author
Richard Soderberg
<p5-authors@crystalflame.net>
Mon, 29 Oct 2001 17:00:31 +0000
(09:00 -0800)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 30 Oct 2001 01:17:21 +0000
(
01:17
+0000)
Message-Id: <
200110300100
.RAA31533@oregonnet.com>
p4raw-id: //depot/perl@12771
unixish.h
patch
|
blob
|
history
diff --git
a/unixish.h
b/unixish.h
index
a7e00d2
..
cc312b7
100644
(file)
--- a/
unixish.h
+++ b/
unixish.h
@@
-93,7
+93,7
@@
*/
/* #define ALTERNATE_SHEBANG "#!" / **/
-#if !defined(NSIG) || defined(M_UNIX) || defined(M_XENIX) || defined(__NetBSD__) || defined(__FreeBSD__)
+#if !defined(NSIG) || defined(M_UNIX) || defined(M_XENIX) || defined(__NetBSD__) || defined(__FreeBSD__)
|| defined(__OpenBSD__)
# include <signal.h>
#endif