summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-09-25 03:22:52 +0000
committerbillf <billf@FreeBSD.org>1999-09-25 03:22:52 +0000
commit18137fc0e5ab7728fbc9a93e314fa19ad993d2c4 (patch)
treed80b08a30124f80e4747950f3acd20a441c2153a /sbin
parente4191ae2b07ccd78201dfc166e7286980db3493c (diff)
downloadFreeBSD-src-18137fc0e5ab7728fbc9a93e314fa19ad993d2c4.zip
FreeBSD-src-18137fc0e5ab7728fbc9a93e314fa19ad993d2c4.tar.gz
Remove two more unnecessary function declarations/prototypes.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/route/route.c4
1 files changed, 0 insertions, 4 deletions
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;
OpenPOWER on IntegriCloud