Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/net Pull up revision 1.62 (requested by martin in t...



details:   https://anonhg.NetBSD.org/src/rev/84f55fdf297a
branches:  netbsd-1-6
changeset: 530027:84f55fdf297a
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Feb 07 18:40:19 2003 +0000

description:
Pull up revision 1.62 (requested by martin in ticket #1152):
Remove a break after a goto.

diffstat:

 sys/net/if_spppsubr.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 527138dc778d -r 84f55fdf297a sys/net/if_spppsubr.c
--- a/sys/net/if_spppsubr.c     Fri Feb 07 18:38:01 2003 +0000
+++ b/sys/net/if_spppsubr.c     Fri Feb 07 18:40:19 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_spppsubr.c,v 1.46.4.16 2003/02/07 18:38:01 tron Exp $        */
+/*     $NetBSD: if_spppsubr.c,v 1.46.4.17 2003/02/07 18:40:19 tron Exp $        */
 
 /*
  * Synchronous PPP/Cisco link level subroutines.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_spppsubr.c,v 1.46.4.16 2003/02/07 18:38:01 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_spppsubr.c,v 1.46.4.17 2003/02/07 18:40:19 tron Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipx.h"
@@ -1584,7 +1584,6 @@
                        sp->rst_counter[cp->protoidx] = 0;
                        sppp_cp_change_state(cp, sp, STATE_STOPPING);
                        goto sta;
-                       break;
                default:
                        printf(SPP_FMT "%s illegal %s in state %s\n",
                               SPP_ARGS(ifp), cp->name,



Home | Main Index | Thread Index | Old Index