projects
/
ppp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add in "." between hostname and domain name
[ppp.git]
/
freebsd-2.0
/
if_ppp.c
diff --git
a/freebsd-2.0/if_ppp.c
b/freebsd-2.0/if_ppp.c
index 4e0b88b572cc37eb369cd2214d6667df29e10509..e75691f3fcbeca89d19c4a34d5f954eebcbaf000 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.
2 1995/04/28 06:19:34
paulus Exp $ */
+/* $Id: if_ppp.c,v 1.
3 1995/05/01 01:39:33
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"
@@
-168,7
+168,9
@@
static void pppdumpm __P((struct mbuf *m0));
extern struct compressor ppp_bsd_compress;
struct compressor *ppp_compressors[8] = {
extern struct compressor ppp_bsd_compress;
struct compressor *ppp_compressors[8] = {
+#if DO_BSD_COMPRESS
&ppp_bsd_compress,
&ppp_bsd_compress,
+#endif
NULL
};
#endif /* PPP_COMPRESS */
NULL
};
#endif /* PPP_COMPRESS */
@@
-986,7
+988,7
@@
ppp_ccp(sc, m, rcvd)
if (sc->sc_xc_state != NULL
&& (*sc->sc_xcomp->comp_init)
(sc->sc_xc_state, dp + CCP_HDRLEN, slen - CCP_HDRLEN,
if (sc->sc_xc_state != NULL
&& (*sc->sc_xcomp->comp_init)
(sc->sc_xc_state, dp + CCP_HDRLEN, slen - CCP_HDRLEN,
- sc->sc_if.if_unit, sc->sc_flags & SC_DEBUG)) {
+ sc->sc_if.if_unit,
0,
sc->sc_flags & SC_DEBUG)) {
s = splimp();
sc->sc_flags |= SC_COMP_RUN;
splx(s);
s = splimp();
sc->sc_flags |= SC_COMP_RUN;
splx(s);