diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-08 16:14:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-08 16:14:06 +0000 |
commit | 8b9c81541544f8e76e773f9073333dbbaec25795 (patch) | |
tree | cefdcdf1ad290c1541938512403819aec7406c2e /sbin/isakmpd/log.c | |
parent | 26881fb09f764edd0f7fc112afb7fd42b55f457d (diff) |
kill HAVE_PCAP
Diffstat (limited to 'sbin/isakmpd/log.c')
-rw-r--r-- | sbin/isakmpd/log.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sbin/isakmpd/log.c b/sbin/isakmpd/log.c index aeffda7d569..52345b74f9b 100644 --- a/sbin/isakmpd/log.c +++ b/sbin/isakmpd/log.c @@ -1,4 +1,4 @@ -/* $OpenBSD: log.c,v 1.52 2005/04/04 19:31:11 deraadt Exp $ */ +/* $OpenBSD: log.c,v 1.53 2005/04/08 16:14:04 deraadt Exp $ */ /* $EOM: log.c,v 1.30 2000/09/29 08:19:23 niklas Exp $ */ /* @@ -44,11 +44,7 @@ #include <netinet/udp.h> #include <arpa/inet.h> -#ifdef HAVE_PCAP #include <pcap.h> -#else -#include "sysdep/common/pcap.h" -#endif #endif /* USE_DEBUG */ |