summaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-01-21 18:40:12 -0800
committerGuy Harris <guy@alum.mit.edu>2018-01-21 18:40:12 -0800
commitcc4797157d4dc03b39053c1e11b682f52927d003 (patch)
tree707ab6feccd250717e0830bf40e5c57a785df425 /INSTALL.txt
parent6ccce6f6cd253d95a911ec7a17cfaf9d45d792df (diff)
downloadtcpdump-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.txt1
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