Module Name: src Committed By: martin Date: Sat Feb 17 15:47:39 UTC 2024
Modified Files: src/sys/net: if_spppsubr.c Log Message: PR 57941: remove duplciate declaration (copy+pasto) To generate a diff of this commit: cvs rdiff -u -r1.267 -r1.268 src/sys/net/if_spppsubr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/net/if_spppsubr.c diff -u src/sys/net/if_spppsubr.c:1.267 src/sys/net/if_spppsubr.c:1.268 --- src/sys/net/if_spppsubr.c:1.267 Sat Mar 25 21:35:49 2023 +++ src/sys/net/if_spppsubr.c Sat Feb 17 15:47:39 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: if_spppsubr.c,v 1.267 2023/03/25 21:35:49 andvar Exp $ */ +/* $NetBSD: if_spppsubr.c,v 1.268 2024/02/17 15:47:39 martin Exp $ */ /* * Synchronous PPP/Cisco link level subroutines. @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_spppsubr.c,v 1.267 2023/03/25 21:35:49 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_spppsubr.c,v 1.268 2024/02/17 15:47:39 martin Exp $"); #if defined(_KERNEL_OPT) #include "opt_inet.h" @@ -445,7 +445,6 @@ static void sppp_pap_input(struct sppp * static void sppp_pap_init(struct sppp *); static void sppp_pap_tlu(struct sppp *); static void sppp_pap_scr(struct sppp *); -static void sppp_pap_scr(struct sppp *); static void sppp_chap_input(struct sppp *, struct mbuf *); static void sppp_chap_init(struct sppp *);