diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libpcap/pcap-int.h | 6 |
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 |