diff options
author | kn <kn@cvs.openbsd.org> | 2020-08-14 12:17:35 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2020-08-14 12:17:35 +0000 |
commit | 86ebbd33802574ab75025aeedeb70470e7c728ab (patch) | |
tree | 41cfa1096d4cc20d8f009ce9331e1ca1f9f49580 | |
parent | 5bf0a685f1ec036f676158ed9e378842e2775317 (diff) |
Zap LOOPALIVECNT
Unused since r1.138 from 2015: "remove cisco hdlc code from sppp(4)".
OK mpi
-rw-r--r-- | sys/net/if_spppsubr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c index 684cefd3d88..622dd6cea4d 100644 --- a/sys/net/if_spppsubr.c +++ b/sys/net/if_spppsubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_spppsubr.c,v 1.184 2020/07/10 13:26:42 patrick Exp $ */ +/* $OpenBSD: if_spppsubr.c,v 1.185 2020/08/14 12:17:34 kn Exp $ */ /* * Synchronous PPP link level subroutines. * @@ -68,7 +68,6 @@ # define UNTIMEOUT(fun, arg, handle) \ timeout_del(&(handle)) -#define LOOPALIVECNT 3 /* loopback detection tries */ #define MAXALIVECNT 3 /* max. missed alive packets */ #define NORECV_TIME 15 /* before we get worried */ |