summaryrefslogtreecommitdiff
path: root/vfprintf.c
diff options
context:
space:
mode:
authorassar <assar>2000-07-01 03:38:59 +0000
committerassar <assar>2000-07-01 03:38:59 +0000
commit3cd171317f54bc968808d49e3ca87b6c49ccdcdd (patch)
treef78e391f0e2093199088698670ab53c2d3c4c095 /vfprintf.c
parent5a0c056a7c0204e5c1afcfcbea59befe0c4fb4a7 (diff)
downloadtcpdump-3cd171317f54bc968808d49e3ca87b6c49ccdcdd.tar.gz
remove non-STDC code
Diffstat (limited to 'vfprintf.c')
-rw-r--r--vfprintf.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/vfprintf.c b/vfprintf.c
index 394b2307..7bd3329a 100644
--- a/vfprintf.c
+++ b/vfprintf.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/vfprintf.c,v 1.3 1999-11-21 09:37:05 fenner Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/vfprintf.c,v 1.4 2000-07-01 03:39:12 assar Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -31,11 +31,7 @@ static const char rcsid[] =
#include <sys/types.h>
#include <stdio.h>
-#if __STDC__
#include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
#include <stdlib.h>
#include <unistd.h>