X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=modules%2Fvjcompress.c;h=66d3402886c22cdd81dc27b7996a81e1e7a150c6;hp=eecbef5b35868589936692ce02783d0ac7da2546;hb=1f392dc3fdb21a139298909d40733644e5413f32;hpb=31e80dd05aec83cbee14a9ede031023188e31270 diff --git a/modules/vjcompress.c b/modules/vjcompress.c index eecbef5..66d3402 100644 --- a/modules/vjcompress.c +++ b/modules/vjcompress.c @@ -26,10 +26,10 @@ */ /* - * This version is used under SunOS 4.x, DEC Alpha OSF/1, AIX 4.x, + * This version is used under SunOS 4.x, Digital UNIX, AIX 4.x, * and SVR4 systems including Solaris 2. * - * $Id: vjcompress.c,v 1.8 1996/05/24 07:04:26 paulus Exp $ + * $Id: vjcompress.c,v 1.9 1996/06/26 00:53:17 paulus Exp $ */ #include @@ -44,7 +44,7 @@ #endif #endif -#ifdef OSF1 +#ifdef __osf__ #include #endif #include @@ -75,7 +75,7 @@ typedef u_long n_long; #define ovbcopy bcopy #endif -#ifdef OSF1 +#ifdef __osf__ #define getip_hl(base) (((base).ip_vhl)&0xf) #define getth_off(base) ((((base).th_xoff)&0xf0)>>4)