projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0be03ba
)
don't include if_ppp.h on suns
author
Paul Mackerras
<paulus@samba.org>
Wed, 8 Jun 1994 00:38:49 +0000
(
00:38
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Wed, 8 Jun 1994 00:38:49 +0000
(
00:38
+0000)
pppstats/pppstats.c
patch
|
blob
|
history
diff --git
a/pppstats/pppstats.c
b/pppstats/pppstats.c
index cab9597867e43506754f14dcc3713af6a44d560e..8efe48147cf4313ee845d8ed7de941e86be8d6b1 100644
(file)
--- 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 <ctype.h>
@@
-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 <net/slcompress.h>
+
+#ifndef STREAMS
#include <net/if_ppp.h>
+#endif
#ifdef STREAMS
#define PPP_STATS 1 /* should be defined iff it is in ppp_if.c */