Module Name:    src
Committed By:   dholland
Date:           Fri Aug 24 06:03:18 UTC 2012

Modified Files:
        src/sys/netinet6: in6_pcb.c

Log Message:
Remove stray #undef, probably someone's debugging leftover from long ago.


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/sys/netinet6/in6_pcb.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/netinet6/in6_pcb.c
diff -u src/sys/netinet6/in6_pcb.c:1.120 src/sys/netinet6/in6_pcb.c:1.121
--- src/sys/netinet6/in6_pcb.c:1.120	Mon Jun 25 15:28:39 2012
+++ src/sys/netinet6/in6_pcb.c	Fri Aug 24 06:03:18 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: in6_pcb.c,v 1.120 2012/06/25 15:28:39 christos Exp $	*/
+/*	$NetBSD: in6_pcb.c,v 1.121 2012/08/24 06:03:18 dholland Exp $	*/
 /*	$KAME: in6_pcb.c,v 1.84 2001/02/08 18:02:08 itojun Exp $	*/
 
 /*
@@ -62,7 +62,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: in6_pcb.c,v 1.120 2012/06/25 15:28:39 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: in6_pcb.c,v 1.121 2012/08/24 06:03:18 dholland Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipsec.h"
@@ -1049,7 +1049,6 @@ in6_pcblookup_port(struct inpcbtable *ta
 	}
 	return (match);
 }
-#undef continue
 
 /*
  * WARNING: return value (rtentry) could be IPv4 one if in6pcb is connected to

Reply via email to