diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-01-21 18:40:12 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-01-21 18:40:12 -0800 |
commit | cc4797157d4dc03b39053c1e11b682f52927d003 (patch) | |
tree | 707ab6feccd250717e0830bf40e5c57a785df425 /INSTALL.txt | |
parent | 6ccce6f6cd253d95a911ec7a17cfaf9d45d792df (diff) | |
download | tcpdump-cc4797157d4dc03b39053c1e11b682f52927d003.tar.gz |
No need to replace vfprintf().
1988 called; it wants its pre-standard version of C back. As the
comment in vfprintf.c said, "Stock 4.3 doesn't have vfprintf."; it's
been a while since 4.3BSD was the latest shiniest BSD-flavored OS.
Diffstat (limited to 'INSTALL.txt')
-rw-r--r-- | INSTALL.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index c8a8eb7d..aea35d6f 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -119,5 +119,4 @@ tcpdump.c - main program timeval-operations.h - timeval operations macros udp.h - UDP definitions util-print.c - utility routines for protocol printers -vfprintf.c - emulation routine win32 - headers and routines for building on Win32 systems |