From 0e2f8c8892e9fb0611cc2ccf5e184dd89e0b07ec Mon Sep 17 00:00:00 2001 From: assar Date: Tue, 11 Jul 2000 00:37:04 +0000 Subject: add config.h, remove gnuc.h. remove __dead --- nametoaddr.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'nametoaddr.c') diff --git a/nametoaddr.c b/nametoaddr.c index 89b3873..cca3e2e 100644 --- a/nametoaddr.c +++ b/nametoaddr.c @@ -24,7 +24,11 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/nametoaddr.c,v 1.53 2000-07-01 03:35:08 assar Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/nametoaddr.c,v 1.54 2000-07-11 00:37:05 assar Exp $ (LBL)"; +#endif + +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include @@ -55,7 +59,6 @@ struct rtentry; #include "gencode.h" #include -#include "gnuc.h" #ifdef HAVE_OS_PROTO_H #include "os-proto.h" #endif -- cgit v1.2.3