From: Paul Mackerras Date: Wed, 8 Jun 1994 00:38:49 +0000 (+0000) Subject: don't include if_ppp.h on suns X-Git-Tag: ppp-2-1-2a~6 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=0dfedbf777b7012d6de9ed5a8e496c98b536ac5b;ds=sidebyside don't include if_ppp.h on suns --- diff --git a/pppstats/pppstats.c b/pppstats/pppstats.c index cab9597..8efe481 100644 --- a/pppstats/pppstats.c +++ b/pppstats/pppstats.c @@ -26,7 +26,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: pppstats.c,v 1.3 1994/04/21 03:11:03 paulus Exp $"; +static char rcsid[] = "$Id: pppstats.c,v 1.4 1994/06/08 00:38:49 paulus Exp $"; #endif #include @@ -47,7 +47,10 @@ static char rcsid[] = "$Id: pppstats.c,v 1.3 1994/04/21 03:11:03 paulus Exp $"; #define VJC 1 #include + +#ifndef STREAMS #include +#endif #ifdef STREAMS #define PPP_STATS 1 /* should be defined iff it is in ppp_if.c */