Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/sys/netinet Pull up revision 1.38 (requested by christo...
details: https://anonhg.NetBSD.org/src/rev/56fa057a2971
branches: netbsd-2-0
changeset: 561197:56fa057a2971
user: tron <tron%NetBSD.org@localhost>
date: Sun May 30 11:21:53 2004 +0000
description:
Pull up revision 1.38 (requested by christos in ticket #416):
PR/25441: Matthew Green: IP-Filter uses M_TEMP when it already has M_IPFILTER
diffstat:
sys/netinet/ip_compat.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 2ab04d6fa477 -r 56fa057a2971 sys/netinet/ip_compat.h
--- a/sys/netinet/ip_compat.h Sun May 30 11:21:36 2004 +0000
+++ b/sys/netinet/ip_compat.h Sun May 30 11:21:53 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip_compat.h,v 1.35.2.2 2004/04/01 02:44:34 jmc Exp $ */
+/* $NetBSD: ip_compat.h,v 1.35.2.3 2004/05/30 11:21:53 tron Exp $ */
/*
* Copyright (C) 1993-2001, 2003 by Darren Reed.
@@ -48,6 +48,7 @@
#if defined(__NetBSD_Version__) && (__NetBSD_Version__ >= 105000000) && \
!defined(_KERNEL)
# define USE_INET6
+# define IPFILTER_M_IPFILTER
#endif
#if defined(OpenBSD) && (OpenBSD >= 200206) && !defined(_KERNEL)
# define USE_INET6
Home |
Main Index |
Thread Index |
Old Index