From: Paul Mackerras Date: Fri, 23 Jun 1995 01:52:17 +0000 (+0000) Subject: got the patch for OSF/1 wrong before. X-Git-Tag: RELEASE_2_3_6~661 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=a0dacd5c60faff5f851fa1216b5cf566c821205e got the patch for OSF/1 wrong before. --- 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