Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/netinet Pull up patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/8e7aa6b34196
branches:  netbsd-1-4
changeset: 469958:8e7aa6b34196
user:      he <he%NetBSD.org@localhost>
date:      Mon Dec 20 23:34:54 1999 +0000

description:
Pull up patch (requested by he):
  Make this compile on the netbsd-1-4 branch.

diffstat:

 sys/netinet/ip_fil.c |  12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diffs (32 lines):

diff -r c58b066e8505 -r 8e7aa6b34196 sys/netinet/ip_fil.c
--- a/sys/netinet/ip_fil.c      Mon Dec 20 21:35:50 1999 +0000
+++ b/sys/netinet/ip_fil.c      Mon Dec 20 23:34:54 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_fil.c,v 1.34.2.1 1999/12/20 21:07:57 he Exp $       */
+/*     $NetBSD: ip_fil.c,v 1.34.2.2 1999/12/20 23:34:54 he Exp $       */
 
 /*
  * Copyright (C) 1993-1998 by Darren Reed.
@@ -9,21 +9,13 @@
  */
 #if !defined(lint)
 #if defined(__NetBSD__)
-static const char rcsid[] = "$NetBSD: ip_fil.c,v 1.34.2.1 1999/12/20 21:07:57 he Exp $";
+static const char rcsid[] = "$NetBSD: ip_fil.c,v 1.34.2.2 1999/12/20 23:34:54 he Exp $";
 #else
 static const char sccsid[] = "@(#)ip_fil.c     2.41 6/5/96 (C) 1993-1995 Darren Reed";
 static const char rcsid[] = "@(#)Id: ip_fil.c,v 2.4.2.14 1999/12/11 05:31:08 darrenr Exp";
 #endif
 #endif
 
-#if defined(__NetBSD__) && defined(_KERNEL)
-# ifdef _LKM
-#  define IPSEC
-# else
-#  include "opt_ipsec.h"
-# endif
-#endif
-
 #ifndef        SOLARIS
 #define        SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4)))
 #endif



Home | Main Index | Thread Index | Old Index