aboutsummaryrefslogtreecommitdiff
path: root/sbin/route/route.c
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-09-25 03:22:52 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-09-25 03:22:52 +0000
commitb41d4634e28b9ff14b5f2a152c28c8b16dae6922 (patch)
tree81ae91eaee87b7158e7fabcc71f728a98eeb8354 /sbin/route/route.c
parentc3922760ba41ff42fa42c8afdb87358cf9ed014c (diff)
downloadsrc-b41d4634e28b9ff14b5f2a152c28c8b16dae6922.tar.gz
src-b41d4634e28b9ff14b5f2a152c28c8b16dae6922.zip
Remove two more unnecessary function declarations/prototypes.
Notes
Notes: svn path=/head/; revision=51640
Diffstat (limited to 'sbin/route/route.c')
-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 19421fef91ab..e0260b1cd0ab 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;