From: Guy Harris Date: Sun, 4 Apr 2010 20:24:32 +0000 (-0700) Subject: Our bittypes.h is needed only on Windows. Move it to win32/Include. X-Git-Tag: tcpdump-4.2.1~116 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/e67e304a58e2b129ad02e8181ecfec72b029d467 Our bittypes.h is needed only on Windows. Move it to win32/Include. --- diff --git a/Makefile.in b/Makefile.in index 8e7b73b4..9716e8d0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -227,7 +227,6 @@ EXTRA_DIST = \ makemib \ missing/addrinfo.h \ missing/addrsize.h \ - missing/bittypes.h \ missing/dlnames.c \ missing/datalinks.c \ missing/getnameinfo.c \ @@ -340,6 +339,7 @@ EXTRA_DIST = \ tests/rsvp-infinite-loop.pcap \ vfprintf.c \ win32/Include/Arpa/tftp.h \ + win32/Include/bittypes.h \ win32/Include/errno.h \ win32/Include/getopt.h \ win32/Include/inetprivate.h \ diff --git a/missing/bittypes.h b/Win32/Include/bittypes.h similarity index 100% rename from missing/bittypes.h rename to Win32/Include/bittypes.h