summaryrefslogtreecommitdiff
path: root/print-snmp.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 /print-snmp.c
parent5a0c056a7c0204e5c1afcfcbea59befe0c4fb4a7 (diff)
downloadtcpdump-3cd171317f54bc968808d49e3ca87b6c49ccdcdd.tar.gz
remove non-STDC code
Diffstat (limited to 'print-snmp.c')
-rw-r--r--print-snmp.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/print-snmp.c b/print-snmp.c
index 503fc967..9b2e7e3a 100644
--- a/print-snmp.c
+++ b/print-snmp.c
@@ -45,7 +45,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-snmp.c,v 1.40 2000-01-17 06:24:26 itojun Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-snmp.c,v 1.41 2000-07-01 03:39:09 assar Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -56,9 +56,6 @@ static const char rcsid[] =
#include <sys/time.h>
#include <ctype.h>
-#ifdef HAVE_MEMORY_H
-#include <memory.h>
-#endif
#include <stdio.h>
#include <string.h>