1
0
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:
David E. O'Brien 1998-02-26 18:02:10 +00:00
parent f4c61dd75c
commit 7355d35274
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9948
2 changed files with 13 additions and 14 deletions

View File

@ -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 *

View 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 *