summaryrefslogtreecommitdiff
path: root/security/nessus/patches/patch-ac
blob: 42a994342d425cc22404ecb2cf376cc26cfc8316 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ac,v 1.2 2000/02/05 04:52:06 wiz Exp $
--- src/plugins/land/land.c.orig	Mon Mar 22 15:05:37 1999
+++ src/plugins/land/land.c	Mon Mar 22 15:14:21 1999
@@ -11,13 +11,6 @@
 
 #include <includes.h>
 
-#include <netinet/ip.h>
-#include <netinet/udp.h>
-#ifdef BSD
-#include <netinet/tcp.h>
-#endif
-
-
 /* Minor portability tweaks. --KGB */
 #if (!defined(BSD) && (!defined(__GLIBC__) || __GLIBC__ < 2 || defined(__powerpc__)))
 #include <netinet/ip_tcp.h>