Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet6 Remove stray #undef, probably someone's debuggi...



details:   https://anonhg.NetBSD.org/src/rev/4f28aed681ab
branches:  trunk
changeset: 781170:4f28aed681ab
user:      dholland <dholland%NetBSD.org@localhost>
date:      Fri Aug 24 06:03:18 2012 +0000

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

diffstat:

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

diffs (26 lines):

diff -r d191ae25e2d5 -r 4f28aed681ab sys/netinet6/in6_pcb.c
--- a/sys/netinet6/in6_pcb.c    Fri Aug 24 05:59:01 2012 +0000
+++ b/sys/netinet6/in6_pcb.c    Fri Aug 24 06:03:18 2012 +0000
@@ -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 @@
        }
        return (match);
 }
-#undef continue
 
 /*
  * WARNING: return value (rtentry) could be IPv4 one if in6pcb is connected to



Home | Main Index | Thread Index | Old Index