Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3-0]: src/sys/net Pull up following revision(s) (requested by bou...
details: https://anonhg.NetBSD.org/src/rev/26c5299850a1
branches: netbsd-3-0
changeset: 579364:26c5299850a1
user: ghen <ghen%NetBSD.org@localhost>
date: Mon Jan 08 20:38:32 2007 +0000
description:
Pull up following revision(s) (requested by bouyer in ticket #1623):
sys/net/if_ethersubr.c: revision 1.142 via patch
Don't define dropanyway: label unless ISO or NETATALK is defined. Fix
kern/35364 by Gene ENonymous
diffstat:
sys/net/if_ethersubr.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 5f71f18e256c -r 26c5299850a1 sys/net/if_ethersubr.c
--- a/sys/net/if_ethersubr.c Fri Jan 05 15:10:58 2007 +0000
+++ b/sys/net/if_ethersubr.c Mon Jan 08 20:38:32 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ethersubr.c,v 1.120 2005/02/26 22:45:09 perry Exp $ */
+/* $NetBSD: if_ethersubr.c,v 1.120.4.1 2007/01/08 20:38:32 ghen Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ethersubr.c,v 1.120 2005/02/26 22:45:09 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ethersubr.c,v 1.120.4.1 2007/01/08 20:38:32 ghen Exp $");
#include "opt_inet.h"
#include "opt_atalk.h"
@@ -1027,7 +1027,9 @@
break;
}
#endif /* LLC */
+#if defined (ISO) || defined (NETATALK)
dropanyway:
+#endif
default:
m_freem(m);
return;
Home |
Main Index |
Thread Index |
Old Index