Commit 95b6f6ea authored by Marc G. Fournier's avatar Marc G. Fournier

Missed a small patch fro mBruce for BSDi

parent f45dfa61
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: buf_internals.h,v 1.3 1996/07/23 05:43:11 scrappy Exp $ * $Id: buf_internals.h,v 1.4 1996/07/26 20:39:03 scrappy Exp $
* *
* NOTE * NOTE
* If BUFFERPAGE0 is defined, then 0 will be used as a * If BUFFERPAGE0 is defined, then 0 will be used as a
...@@ -164,6 +164,7 @@ struct sbufdesc { ...@@ -164,6 +164,7 @@ struct sbufdesc {
#if defined(PORTNAME_BSD44_derived) || \ #if defined(PORTNAME_BSD44_derived) || \
defined(PORTNAME_bsdi) || \ defined(PORTNAME_bsdi) || \
defined(PORTNAME_bsdi_2_1) || \
defined(PORTNAME_i386_solaris) || \ defined(PORTNAME_i386_solaris) || \
defined(PORTNAME_linux) || \ defined(PORTNAME_linux) || \
defined(PORTNAME_sparc) || \ defined(PORTNAME_sparc) || \
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: ipc.h,v 1.3 1996/07/22 22:59:43 scrappy Exp $ * $Id: ipc.h,v 1.4 1996/07/26 20:39:04 scrappy Exp $
* *
* NOTES * NOTES
* This file is very architecture-specific. This stuff should actually * This file is very architecture-specific. This stuff should actually
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
defined(PORTNAME_alpha) || \ defined(PORTNAME_alpha) || \
defined(PORTNAME_BSD44_derived) || \ defined(PORTNAME_BSD44_derived) || \
defined(PORTNAME_bsdi) || \ defined(PORTNAME_bsdi) || \
defined(PORTNAME_bsdi_2_1) || \
defined(PORTNAME_hpux) || \ defined(PORTNAME_hpux) || \
defined(PORTNAME_i386_solaris) || \ defined(PORTNAME_i386_solaris) || \
defined(PORTNAME_irix5) || \ defined(PORTNAME_irix5) || \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment