projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
4bd5ed3
)
add default defn for NETISR_PPP
author
Paul Mackerras
<paulus@samba.org>
Fri, 28 Apr 1995 06:19:34 +0000
(06:19 +0000)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 28 Apr 1995 06:19:34 +0000
(06:19 +0000)
freebsd-2.0/if_ppp.c
patch
|
blob
|
history
diff --git
a/freebsd-2.0/if_ppp.c
b/freebsd-2.0/if_ppp.c
index d467ca012e2f6d3c7304a8562ecb219c14876234..4e0b88b572cc37eb369cd2214d6667df29e10509 100644
(file)
--- a/
freebsd-2.0/if_ppp.c
+++ b/
freebsd-2.0/if_ppp.c
@@
-69,7
+69,7
@@
* Paul Mackerras (paulus@cs.anu.edu.au).
*/
* Paul Mackerras (paulus@cs.anu.edu.au).
*/
-/* $Id: if_ppp.c,v 1.
1 1994/12/15 22:28:09
paulus Exp $ */
+/* $Id: if_ppp.c,v 1.
2 1995/04/28 06:19:34
paulus Exp $ */
/* from if_sl.c,v 1.11 84/10/04 12:54:47 rick Exp */
#include "ppp.h"
/* from if_sl.c,v 1.11 84/10/04 12:54:47 rick Exp */
#include "ppp.h"
@@
-113,6
+113,11
@@
#include <net/if_pppvar.h>
#include <machine/cpu.h>
#include <net/if_pppvar.h>
#include <machine/cpu.h>
+#ifndef NETISR_PPP
+/* This definition should be moved to net/netisr.h */
+#define NETISR_PPP 26 /* PPP software interrupt */
+#endif
+
#ifdef PPP_COMPRESS
#define PACKETPTR struct mbuf *
#include <net/ppp-comp.h>
#ifdef PPP_COMPRESS
#define PACKETPTR struct mbuf *
#include <net/ppp-comp.h>