diff options
| author | 1996-04-19 18:12:28 +0000 | |
|---|---|---|
| committer | 1996-04-19 18:12:28 +0000 | |
| commit | 0ecc7f01165938bb52bbbe0a92738eee85df09d6 (patch) | |
| tree | 683d2c103c7e0836993b5ddf2326410d04fe92a2 /sys/net/if_ppp.c | |
| parent | NetBSD 960317 merge (diff) | |
| download | wireguard-openbsd-0ecc7f01165938bb52bbbe0a92738eee85df09d6.tar.xz wireguard-openbsd-0ecc7f01165938bb52bbbe0a92738eee85df09d6.zip | |
According to the latest config stuff changes (as for if_ppp.c).
the other stuff is just for IPX support.
Diffstat (limited to 'sys/net/if_ppp.c')
| -rw-r--r-- | sys/net/if_ppp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_ppp.c b/sys/net/if_ppp.c index da06e6a69fc..6b0ae0da941 100644 --- a/sys/net/if_ppp.c +++ b/sys/net/if_ppp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ppp.c,v 1.4 1996/03/03 21:07:07 niklas Exp $ */ +/* $OpenBSD: if_ppp.c,v 1.5 1996/04/19 18:12:29 mickey Exp $ */ /* $NetBSD: if_ppp.c,v 1.28 1996/02/13 22:00:18 christos Exp $ */ /* @@ -158,7 +158,7 @@ static void pppdumpm __P((struct mbuf *m0)); extern struct compressor ppp_bsd_compress; struct compressor *ppp_compressors[8] = { -#if DO_BSD_COMPRESS +#ifdef PPP_BSDCOMP &ppp_bsd_compress, #endif NULL |
