diff options
Diffstat (limited to '')
-rw-r--r-- | devel/ElectricFence/files/patch-aa | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/ElectricFence/files/patch-aa b/devel/ElectricFence/files/patch-aa index 75516213e476..6987c7457203 100644 --- a/devel/ElectricFence/files/patch-aa +++ b/devel/ElectricFence/files/patch-aa @@ -8,17 +8,3 @@ +CFLAGS+= -g -DPAGE_PROTECTION_VIOLATED_SIGNAL=SIGBUS LIB_INSTALL_DIR= /usr/lib MAN_INSTALL_DIR= /usr/man/man3 - ---- page.c.orig Wed Nov 12 21:57:13 1997 -+++ page.c Wed Nov 12 23:19:57 1997 -@@ -30,8 +30,10 @@ - static caddr_t startAddr = (caddr_t) 0; - - #if ( !defined(sgi) && !defined(_AIX) ) -+#if ( !defined(BSD) || (BSD < 199103) ) - extern int sys_nerr; - extern char * sys_errlist[]; -+#endif - #endif - - static const char * |