diff -ru driftnet-0.1.6/Makefile driftnet-0.1.6.new/Makefile --- driftnet-0.1.6/Makefile Tue Jul 9 14:26:41 2002 +++ driftnet-0.1.6.new/Makefile Thu Sep 1 20:31:40 2005 @@ -20,7 +20,7 @@ LDFLAGS += -g # You might need these if libpcap is installed somewhere random. -CFLAGS += -I/usr/include/pcap +CFLAGS += -I/usr/include/pcap -I/usr/local/include #LDFLAGS += -L/path/to/libpcap.so # Required on Linux to get BSDish definitions of the TCP/IP structs. Only in driftnet-0.1.6: driftnet.1 Only in driftnet-0.1.6.new: driftnet.core diff -ru driftnet-0.1.6/endian.c driftnet-0.1.6.new/endian.c --- driftnet-0.1.6/endian.c Tue Jul 9 14:26:41 2002 +++ driftnet-0.1.6.new/endian.c Thu Sep 1 20:25:46 2005 @@ -10,11 +10,7 @@ static const char rcsid[] = "$Id: endian.c,v 1.5 2002/06/10 21:25:48 chris Exp $"; #include -#ifdef USE_SYS_TYPES_H -# include /* Solaris etc. */ -#else -# include /* C99 standard. */ -#endif +#include /* Solaris etc. */ int main(void) { #if defined(LITTLE_ENDIAN) || defined(_LITTLE_ENDIAN) diff -ru driftnet-0.1.6/img.h driftnet-0.1.6.new/img.h --- driftnet-0.1.6/img.h Tue Jul 9 14:26:41 2002 +++ driftnet-0.1.6.new/img.h Thu Sep 1 20:28:00 2005 @@ -14,11 +14,7 @@ #ifndef __IMG_H_ /* include guard */ #define __IMG_H_ -#ifdef USE_SYS_TYPES_H -# include /* Solaris etc. */ -#else -# include /* C99 standard */ -#endif +#include /* Solaris etc. */ #include diff -ru driftnet-0.1.6/mpeghdr.h driftnet-0.1.6.new/mpeghdr.h --- driftnet-0.1.6/mpeghdr.h Tue Jul 9 14:26:41 2002 +++ driftnet-0.1.6.new/mpeghdr.h Thu Sep 1 20:26:02 2005 @@ -12,11 +12,7 @@ #ifndef __MPEGHDR_H_ /* include guard */ #define __MPEGHDR_H_ -#ifdef USE_SYS_TYPES_H -# include /* Solaris etc. */ -#else -# include /* C99 standard. */ -#endif +#include /* Solaris etc. */ #include