summaryrefslogtreecommitdiff
path: root/net/nmap/patches/patch-ab
blob: f9e8e23c4869b1f983ec8c0ef84b54ab5664096b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.5 2001/08/24 11:23:16 abs Exp $

--- configure.orig	Tue May  9 07:27:48 2000
+++ configure
@@ -1507,6 +1507,7 @@
 extern char pcap_version[];
 int main() {
   int major, minor;
+  exit(0);	/*fool it*/
   sscanf(pcap_version,"%d.%d", &major, &minor);
   if (major > 0) 
     exit(0);