summaryrefslogtreecommitdiff
path: root/linux/net/ipv4/af_inet.c.fs2_0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'linux/net/ipv4/af_inet.c.fs2_0.patch')
-rw-r--r--linux/net/ipv4/af_inet.c.fs2_0.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/linux/net/ipv4/af_inet.c.fs2_0.patch b/linux/net/ipv4/af_inet.c.fs2_0.patch
deleted file mode 100644
index bc8a5083c..000000000
--- a/linux/net/ipv4/af_inet.c.fs2_0.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-RCSID $Id: af_inet.c.fs2_0.patch,v 1.1 2004/03/15 20:35:27 as Exp $
---- ./net/ipv4/af_inet.c.preipsec Wed Jun 3 18:17:50 1998
-+++ ./net/ipv4/af_inet.c Fri Sep 17 10:14:12 1999
-@@ -1146,6 +1146,17 @@
- ip_alias_init();
- #endif
-
-+#if defined(CONFIG_IPSEC)
-+ {
-+ extern /* void */ int ipsec_init(void);
-+ /*
-+ * Initialise AF_INET ESP and AH protocol support including
-+ * e-routing and SA tables
-+ */
-+ ipsec_init();
-+ }
-+#endif /* CONFIG_IPSEC */
-+
- #ifdef CONFIG_INET_RARP
- rarp_ioctl_hook = rarp_ioctl;
- #endif