Unused since revision 1.138 date: 2015/09/30 09:45:20; author: sthen; state: Exp; lines: +50 -279; commitid: 0pACTtU Sw4WmBBBr; remove cisco hdlc code from sppp(4), it's no longer used - pppoe(4) only uses ppp framing, and the drivers for sync serial cards have been removed so the sppp code is now only used to support pppoe(4). ok mpi@, kill it chris@
OK? Index: if_spppsubr.c =================================================================== RCS file: /cvs/src/sys/net/if_spppsubr.c,v retrieving revision 1.184 diff -u -p -r1.184 if_spppsubr.c --- if_spppsubr.c 10 Jul 2020 13:26:42 -0000 1.184 +++ if_spppsubr.c 13 Aug 2020 21:46:37 -0000 @@ -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 */