]> The Tcpdump Group git mirrors - tcpdump/commitdiff
We don't use uint, so no need to define it on Windows.
authorGuy Harris <[email protected]>
Mon, 14 Sep 2015 22:42:18 +0000 (15:42 -0700)
committerGuy Harris <[email protected]>
Mon, 14 Sep 2015 22:42:18 +0000 (15:42 -0700)
tcpdump.c

index 43457eae900465b8e28339e714a6673adcae0835..fcba6671f2765d2fba32c679045caed46d26dc71 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -58,7 +58,6 @@ The Regents of the University of California.  All rights reserved.\n";
 
 #ifdef _WIN32
 #define off_t long
 
 #ifdef _WIN32
 #define off_t long
-#define uint UINT
 #endif /* _WIN32 */
 
 #ifdef USE_LIBSMI
 #endif /* _WIN32 */
 
 #ifdef USE_LIBSMI