]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/pppstats.c
changes so it will compile with glibc
[ppp.git] / pppstats / pppstats.c
index 781e5b25a88de427e2def36758b9db1c7e2a12cf..b8784c288b9a7ca81020ca12b5d694bf189fa04d 100644 (file)
@@ -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. */