From a0dacd5c60faff5f851fa1216b5cf566c821205e Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Fri, 23 Jun 1995 01:52:17 +0000 Subject: [PATCH] got the patch for OSF/1 wrong before. --- modules/bsd-comp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/bsd-comp.c b/modules/bsd-comp.c index 7ae89fd..c60dd60 100644 --- a/modules/bsd-comp.c +++ b/modules/bsd-comp.c @@ -41,7 +41,7 @@ * This version is for use with STREAMS under SunOS 4.x, * DEC Alpha OSF/1, AIX 4.x, and SVR4 systems including Solaris 2. * - * $Id: bsd-comp.c,v 1.13 1995/05/29 06:34:33 paulus Exp $ + * $Id: bsd-comp.c,v 1.14 1995/06/23 01:52:17 paulus Exp $ */ #ifdef __aix4__ @@ -68,6 +68,7 @@ #endif #ifdef __osf__ +#include #ifdef FIRST #undef FIRST #undef LAST @@ -75,7 +76,6 @@ #ifdef FREE #undef FREE #endif -#include #define ALLOCATE(n) kalloc((n)) #define FREE(p, n) kfree((p), (n)) #endif -- 2.39.2