X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=include%2Fnet%2Fif_ppp.h;h=e414a849d268ccb57517c08a5098dc270337c26c;hp=17060c74d2f73ae9fbd1b690e4d107cc551c9c38;hb=d787efe484e0c2555d8965ff0320713b0ea08e2b;hpb=0f25d6aa1330d5a4ec11086040fe465500be90f8 diff --git a/include/net/if_ppp.h b/include/net/if_ppp.h index 17060c7..e414a84 100644 --- a/include/net/if_ppp.h +++ b/include/net/if_ppp.h @@ -1,4 +1,4 @@ -/* $Id: if_ppp.h,v 1.16 1997/04/30 05:46:04 paulus Exp $ */ +/* $Id: if_ppp.h,v 1.17 1998/03/25 04:03:13 paulus Exp $ */ /* * if_ppp.h - Point-to-Point Protocol definitions. @@ -125,7 +125,7 @@ struct ifpppcstatsreq { #define ifr_mtu ifr_ifru.ifru_metric #endif -#if defined(_KERNEL) || defined(KERNEL) +#if (defined(_KERNEL) || defined(KERNEL)) && !defined(NeXT) void pppattach __P((void)); void pppintr __P((void)); #endif