Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet ';;' -> ';'



details:   https://anonhg.NetBSD.org/src/rev/b6e3afe08914
branches:  trunk
changeset: 327195:b6e3afe08914
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sat Mar 01 16:46:14 2014 +0000

description:
';;' -> ';'

no functional change

spotted by my code scanner

ok christos@

diffstat:

 sys/netinet/tcp_input.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4b056e076c63 -r b6e3afe08914 sys/netinet/tcp_input.c
--- a/sys/netinet/tcp_input.c   Sat Mar 01 15:41:00 2014 +0000
+++ b/sys/netinet/tcp_input.c   Sat Mar 01 16:46:14 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tcp_input.c,v 1.330 2013/11/12 09:02:05 kefren Exp $   */
+/*     $NetBSD: tcp_input.c,v 1.331 2014/03/01 16:46:14 maxv Exp $     */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -148,7 +148,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.330 2013/11/12 09:02:05 kefren Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.331 2014/03/01 16:46:14 maxv Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipsec.h"
@@ -1100,7 +1100,7 @@
                                /* We only support this in the !NOFDREF case, which
                                 * is to say: not here.
                                 */
-                               goto dropwithreset;;
+                               goto dropwithreset;
                        }
                        /*
                         * If window is closed can only take segments at



Home | Main Index | Thread Index | Old Index