mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Should be one file per patch.
This commit is contained in:
parent
f4c61dd75c
commit
7355d35274
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9948
@ -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 *
|
||||
|
13
devel/ElectricFence/files/patch-ab
Normal file
13
devel/ElectricFence/files/patch-ab
Normal file
@ -0,0 +1,13 @@
|
||||
--- 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 *
|
Loading…
Reference in New Issue
Block a user