diff options
Diffstat (limited to 'sys/net/bsd_comp.c')
| -rw-r--r-- | sys/net/bsd_comp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/net/bsd_comp.c b/sys/net/bsd_comp.c index d5072cc11b7b..53b58528c552 100644 --- a/sys/net/bsd_comp.c +++ b/sys/net/bsd_comp.c @@ -52,7 +52,6 @@ #define PACKETPTR struct mbuf * #include <net/ppp_comp.h> -#if DO_BSD_COMPRESS /* * PPP "BSD compress" compression * The differences between this compression and the classic BSD LZW @@ -1110,4 +1109,3 @@ bsd_decompress(state, cmp, dmpp) return DECOMP_FATALERROR; #endif /* DEBUG */ } -#endif /* DO_BSD_COMPRESS */ |
