Module Name: src
Committed By: ozaki-r
Date: Thu Apr 16 06:50:16 UTC 2015
Modified Files:
src/sys/netinet: ip_encap.c
Log Message:
Remove garbage undef
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/netinet/ip_encap.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/netinet/ip_encap.c
diff -u src/sys/netinet/ip_encap.c:1.43 src/sys/netinet/ip_encap.c:1.44
--- src/sys/netinet/ip_encap.c:1.43 Wed Apr 15 13:02:16 2015
+++ src/sys/netinet/ip_encap.c Thu Apr 16 06:50:16 2015
@@ -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 @@ encap4_lookup(struct mbuf *m, int off, i
}
return match;
-#undef s
-#undef d
}
void
@@ -361,8 +359,6 @@ encap6_lookup(struct mbuf *m, int off, i
}
return match;
-#undef s
-#undef d
}
int