summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-08-03 12:38:45 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-08-03 12:38:45 +0000
commite3d5de37822f36c74bb440ec1349ec0a0e35aef2 (patch)
treecc4e1b527050421381e9788ea9e7ed7258530dc1 /lib
parentb9d88d23f569582be92f55946a7046b3e1884aa2 (diff)
We now define HAVE_STRERROR in CFLAGS instead
Diffstat (limited to 'lib')
-rw-r--r--lib/libpcap/pcap-int.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libpcap/pcap-int.h b/lib/libpcap/pcap-int.h
index 7eedc9af083..4b64994c83b 100644
--- a/lib/libpcap/pcap-int.h
+++ b/lib/libpcap/pcap-int.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcap-int.h,v 1.5 1996/07/26 03:43:43 deraadt Exp $ */
+/* $OpenBSD: pcap-int.h,v 1.6 1996/08/03 12:38:44 niklas Exp $ */
/*
* Copyright (c) 1994, 1995
@@ -104,7 +104,3 @@ int pcap_read(pcap_t *, int cnt, pcap_handler, u_char *);
#define PCAP_FDDIPAD 3
#endif
#endif
-
-#ifdef __OpenBSD__
-#define HAVE_STRERROR
-#endif