From 18137fc0e5ab7728fbc9a93e314fa19ad993d2c4 Mon Sep 17 00:00:00 2001 From: billf Date: Sat, 25 Sep 1999 03:22:52 +0000 Subject: Remove two more unnecessary function declarations/prototypes. --- sbin/route/route.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sbin') diff --git a/sbin/route/route.c b/sbin/route/route.c index 19421fe..e0260b1 100644 --- a/sbin/route/route.c +++ b/sbin/route/route.c @@ -99,7 +99,6 @@ int iflag, verbose, aflen = sizeof (struct sockaddr_in); int locking, lockrest, debugonly; struct rt_metrics rt_metrics; u_long rtm_inits; -struct in_addr inet_makeaddr(); int atalk_aton __P((const char *, struct at_addr *)); char *atalk_ntoa __P((struct at_addr)); char *routename(), *netname(); @@ -751,9 +750,6 @@ getaddr(which, s, hpp) struct hostent **hpp; { register sup su; -#ifdef NS - struct ns_addr ns_addr(); -#endif struct hostent *hp; struct netent *np; u_long val; -- cgit v1.1