diff options
author | Guy Harris <guy@alum.mit.edu> | 2010-04-04 13:24:32 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2010-04-04 13:24:32 -0700 |
commit | e67e304a58e2b129ad02e8181ecfec72b029d467 (patch) | |
tree | 6bc4d950eab493a48a3bcae655758f2fc44ce9dc | |
parent | 427b1e0289258aa3aff81f320167587721a3971b (diff) | |
download | tcpdump-e67e304a58e2b129ad02e8181ecfec72b029d467.tar.gz |
Our bittypes.h is needed only on Windows. Move it to win32/Include.
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | Win32/Include/bittypes.h (renamed from missing/bittypes.h) | 0 |
2 files changed, 1 insertions, 1 deletions
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 index 31013ae4..31013ae4 100644 --- a/missing/bittypes.h +++ b/Win32/Include/bittypes.h |