diff options
Diffstat (limited to 'pppstats')
-rw-r--r-- | pppstats/pppstats.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/pppstats/pppstats.c b/pppstats/pppstats.c index 781e5b2..b8784c2 100644 --- a/pppstats/pppstats.c +++ b/pppstats/pppstats.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: pppstats.c,v 1.19 1997/04/30 06:00:27 paulus Exp $"; +static char rcsid[] = "$Id: pppstats.c,v 1.20 1998/02/04 01:42:06 paulus Exp $"; #endif #include <stdio.h> @@ -52,11 +52,7 @@ static char rcsid[] = "$Id: pppstats.c,v 1.19 1997/04/30 06:00:27 paulus Exp $"; #ifndef STREAMS #include <sys/socket.h> /* *BSD, Linux, NeXT, Ultrix etc. */ #include <net/if.h> -#ifndef _linux_ #include <net/if_ppp.h> -#else -#include <net/if_ppp.h> -#endif #else /* STREAMS */ #include <sys/stropts.h> /* SVR4, Solaris 2, SunOS 4, OSF/1, etc. */ |