Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet Remove garbage undef



details:   https://anonhg.NetBSD.org/src/rev/8969e614669d
branches:  trunk
changeset: 807618:8969e614669d
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Thu Apr 16 06:50:16 2015 +0000

description:
Remove garbage undef

diffstat:

 sys/netinet/ip_encap.c |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r b2b82cd24a74 -r 8969e614669d sys/netinet/ip_encap.c
--- a/sys/netinet/ip_encap.c    Thu Apr 16 02:32:33 2015 +0000
+++ b/sys/netinet/ip_encap.c    Thu Apr 16 06:50:16 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_encap.c,v 1.43 2015/04/15 13:02:16 riastradh Exp $  */
+/*     $NetBSD: ip_encap.c,v 1.44 2015/04/16 06:50:16 ozaki-r Exp $    */
 /*     $KAME: ip_encap.c,v 1.73 2001/10/02 08:30:58 itojun Exp $       */
 
 /*
@@ -75,7 +75,7 @@
 #define USE_RADIX
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_encap.c,v 1.43 2015/04/15 13:02:16 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_encap.c,v 1.44 2015/04/16 06:50:16 ozaki-r Exp $");
 
 #include "opt_mrouting.h"
 #include "opt_inet.h"
@@ -259,8 +259,6 @@
        }
 
        return match;
-#undef s
-#undef d
 }
 
 void
@@ -361,8 +359,6 @@
        }
 
        return match;
-#undef s
-#undef d
 }
 
 int



Home | Main Index | Thread Index | Old Index