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 /Makefile.in | |
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 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 6842b60b..749f24eb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -362,7 +362,6 @@ EXTRA_DIST = \ smbutil.c \ stime.awk \ tcpdump.1.in \ - vfprintf.c \ win32/prj/GNUmakefile \ win32/prj/WinDump.dsp \ win32/prj/WinDump.dsw \ |