From 5e26fb6fdf46965fedb4f7ebdecf13f42c80a424 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 1 May 1996 06:31:18 +0000 Subject: [PATCH] Include so that this does't blow up with B_WRITE undefined. I fully updated my src tree and did a `make includes' in /usr/src before trying this fix, so I can only presume that Bruce missed something. --- sys/alpha/linux/linux_sysvec.c | 3 ++- sys/i386/linux/linux_sysvec.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/alpha/linux/linux_sysvec.c b/sys/alpha/linux/linux_sysvec.c index 9a9f338859c..0630156521d 100644 --- a/sys/alpha/linux/linux_sysvec.c +++ b/sys/alpha/linux/linux_sysvec.c @@ -25,13 +25,14 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_sysvec.c,v 1.3 1996/03/10 22:42:16 peter Exp $ + * $Id: linux_sysvec.c,v 1.4 1996/03/17 14:31:58 peter Exp $ */ /* XXX we use functions that might not exist. */ #define COMPAT_43 1 #include +#include #include #include #include diff --git a/sys/i386/linux/linux_sysvec.c b/sys/i386/linux/linux_sysvec.c index 9a9f338859c..0630156521d 100644 --- a/sys/i386/linux/linux_sysvec.c +++ b/sys/i386/linux/linux_sysvec.c @@ -25,13 +25,14 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_sysvec.c,v 1.3 1996/03/10 22:42:16 peter Exp $ + * $Id: linux_sysvec.c,v 1.4 1996/03/17 14:31:58 peter Exp $ */ /* XXX we use functions that might not exist. */ #define COMPAT_43 1 #include +#include #include #include #include