From d5d2b7649bbaa03192defdec55146a31ed918621 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 18 Apr 2005 07:38:15 +0000 Subject: - Update to 1.0 PR: ports/79909 Submitted by: Vasil Dimov Approved by: Yann Berthier (maintainer) --- net/honeyd/files/patch-honeyd.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 net/honeyd/files/patch-honeyd.h (limited to 'net/honeyd/files/patch-honeyd.h') diff --git a/net/honeyd/files/patch-honeyd.h b/net/honeyd/files/patch-honeyd.h new file mode 100644 index 000000000000..57eab22b6c11 --- /dev/null +++ b/net/honeyd/files/patch-honeyd.h @@ -0,0 +1,20 @@ +--- honeyd.h.orig Thu Apr 14 16:07:26 2005 ++++ honeyd.h Thu Apr 14 14:30:27 2005 +@@ -32,6 +32,8 @@ + #ifndef _HONEYD_H_ + #define _HONEYD_H_ + ++#include ++ + #define PIDFILE "/var/run/honeyd.pid" + + #define TCP_DEFAULT_SIZE 512 +@@ -300,6 +302,8 @@ + char *honeyd_contoa(const struct tuple *); + + void honeyd_input(const struct interface *, struct ip_hdr *, u_short); ++ ++void honeyd_recv_cb(u_char *, const struct pcap_pkthdr *, const u_char *); + + /* Command prototypes for services */ + void cmd_droppriv(uid_t, gid_t); -- cgit v1.2.3