[Tcpick-project] one fix, and one bug report
Status: Beta
Brought to you by:
duskdruid
From: Michael C. <mj...@bi...> - 2005-01-13 00:24:56
|
Hello, Just looking at tcpick on OpenBSD and thought I'd feed this back. Also, has anyone looked into fixing the libpcap configure stuff so it doesn't generate compile commands with '-lpcap -lpcap ...' --- src/tcpick.h.orig Wed Jan 12 13:34:07 2005 +++ src/tcpick.h Wed Jan 12 13:34:23 2005 @@ -43,16 +43,16 @@ # include <sys/socket.h> #endif +#ifdef HAVE_NETINET_IN_H +# include <netinet/in.h> +#endif + #ifdef HAVE_ARPA_INET_H # include <arpa/inet.h> #endif #ifdef HAVE_NET_IF_H # include <net/if.h> -#endif - -#ifdef HAVE_NETINET_IN_H -# include <netinet/in.h> #endif #ifdef HAVE_NET_BPF_H |