aboutsummaryrefslogtreecommitdiff
path: root/contrib/perl5/unixish.h
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1999-05-02 14:33:17 +0000
committerMark Murray <markm@FreeBSD.org>1999-05-02 14:33:17 +0000
commitef0775c4f054d9bcacbc3f94478687691d11226b (patch)
tree6ba8453a691190ab1f96748cae95df2e54cb3c2c /contrib/perl5/unixish.h
parent0feb57945e44edd6419789b4f64868d2937bc553 (diff)
parent7c312e6b6a7b1f9412f10365baf3c5eca8fa5649 (diff)
This commit was generated by cvs2svn to compensate for changes in r46307,
which included commits to RCS files with non-trunk default branches.
Notes
Notes: svn path=/head/; revision=46308
Diffstat (limited to 'contrib/perl5/unixish.h')
-rw-r--r--contrib/perl5/unixish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/perl5/unixish.h b/contrib/perl5/unixish.h
index 2f812942862c..5bcff33242fd 100644
--- a/contrib/perl5/unixish.h
+++ b/contrib/perl5/unixish.h
@@ -89,7 +89,7 @@
*/
/* #define ALTERNATE_SHEBANG "#!" / **/
-#if !defined(NSIG) || defined(M_UNIX) || defined(M_XENIX)
+#if !defined(NSIG) || defined(M_UNIX) || defined(M_XENIX) || defined(__NetBSD__)
# include <signal.h>
#endif