summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/plan9
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2004-04-07 21:32:56 +0000
committermillert <millert@openbsd.org>2004-04-07 21:32:56 +0000
commit09e75b67b2ae29a7dbcad77a47adaf75ad76bbeb (patch)
tree5f5d158a4aece7aef6cb3cd6d3f9f73efe1fea63 /gnu/usr.bin/perl/plan9
parentperl 5.8.3 from CPAN (diff)
downloadwireguard-openbsd-09e75b67b2ae29a7dbcad77a47adaf75ad76bbeb.tar.xz
wireguard-openbsd-09e75b67b2ae29a7dbcad77a47adaf75ad76bbeb.zip
merge local changes into perl-5.8.3
Diffstat (limited to 'gnu/usr.bin/perl/plan9')
-rw-r--r--gnu/usr.bin/perl/plan9/config.plan910
-rw-r--r--gnu/usr.bin/perl/plan9/plan9ish.h4
2 files changed, 6 insertions, 8 deletions
diff --git a/gnu/usr.bin/perl/plan9/config.plan9 b/gnu/usr.bin/perl/plan9/config.plan9
index b717735c1d3..ef629ff49f4 100644
--- a/gnu/usr.bin/perl/plan9/config.plan9
+++ b/gnu/usr.bin/perl/plan9/config.plan9
@@ -3357,8 +3357,8 @@
* This symbol contains the ~name expanded version of PRIVLIB, to be used
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
-#define PRIVLIB "/sys/lib/perl/5.8.2" /**/
-#define PRIVLIB_EXP "/sys/lib/perl/5.8.2" /**/
+#define PRIVLIB "/sys/lib/perl/5.8.3" /**/
+#define PRIVLIB_EXP "/sys/lib/perl/5.8.3" /**/
/* PTRSIZE:
* This symbol contains the size of a pointer, so that the C preprocessor
@@ -3485,9 +3485,9 @@
* removed. The elements in inc_version_list (inc_version_list.U) can
* be tacked onto this variable to generate a list of directories to search.
*/
-#define SITELIB "/sys/lib/perl/5.8.2/site_perl" /**/
-#define SITELIB_EXP "/sys/lib/perl/5.8.2/site_perl" /**/
-#define SITELIB_STEM "/sys/lib/perl/5.8.2/site_perl" /**/
+#define SITELIB "/sys/lib/perl/5.8.3/site_perl" /**/
+#define SITELIB_EXP "/sys/lib/perl/5.8.3/site_perl" /**/
+#define SITELIB_STEM "/sys/lib/perl/5.8.3/site_perl" /**/
/* Size_t_size:
* This symbol holds the size of a Size_t in bytes.
diff --git a/gnu/usr.bin/perl/plan9/plan9ish.h b/gnu/usr.bin/perl/plan9/plan9ish.h
index 5c922cf0ba5..c3ae06790ab 100644
--- a/gnu/usr.bin/perl/plan9/plan9ish.h
+++ b/gnu/usr.bin/perl/plan9/plan9ish.h
@@ -93,9 +93,7 @@
*/
/* #define ALTERNATE_SHEBANG "#!" / **/
-#if !defined(NSIG) || defined(M_UNIX) || defined(M_XENIX)
-# include <signal.h>
-#endif
+#include <signal.h>
#ifndef SIGABRT
# define SIGABRT SIGILL