summaryrefslogtreecommitdiff
path: root/lib/libpcap/nametoaddr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpcap/nametoaddr.c')
-rw-r--r--lib/libpcap/nametoaddr.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libpcap/nametoaddr.c b/lib/libpcap/nametoaddr.c
index 9fd62ca3e88..4f04fba0521 100644
--- a/lib/libpcap/nametoaddr.c
+++ b/lib/libpcap/nametoaddr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nametoaddr.c,v 1.8 2000/04/26 21:25:53 jakob Exp $ */
+/* $OpenBSD: nametoaddr.c,v 1.9 2002/02/19 19:39:37 millert Exp $ */
/*
* Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvs/OpenBSD/src/lib/libpcap/nametoaddr.c,v 1.8 2000/04/26 21:25:53 jakob Exp $ (LBL)";
+ "@(#) $Header: /cvs/OpenBSD/src/lib/libpcap/nametoaddr.c,v 1.9 2002/02/19 19:39:37 millert Exp $ (LBL)";
#endif
#include <sys/param.h>
@@ -34,10 +34,8 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <sys/time.h>
-#ifdef __STDC__
struct mbuf;
struct rtentry;
-#endif
#include <net/if.h>
#include <netinet/in.h>