dect
/
libpcap
Archived
13
0
Fork 0

Sorry, didn't see the patch that brought pcap-stdinc.h to version 1.2. This patch forgot an #endif at the end of the file that prevented compilation under Windows. Everything should be OK now.

This commit is contained in:
risso 2002-08-02 09:35:08 +00:00
parent 816ed4a225
commit 13d78b6be1
1 changed files with 0 additions and 21 deletions

View File

@ -18,7 +18,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
#ifdef WIN32
#define SIZEOF_CHAR 1
#define SIZEOF_SHORT 2
@ -41,23 +40,3 @@
#define snprintf _snprintf
#define vsnprintf _vsnprintf
#define inline __inline
#else
#include <unistd.h>
#include <netdb.h>
#include <sys/socket.h>
#include <sys/param.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/timeb.h>
#include <sys/file.h>
#include <sys/ioctl.h>
#include <net/if.h>
#include <netinet/in.h>
#ifdef HAVE_SYS_SOCKIO_H
#include <sys/sockio.h>
#include <arpa/inet.h>
#endif
#endif