mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
Include the proper headers, remove the unnecessary function declarations.
This commit is contained in:
parent
db86a11e69
commit
c3922760ba
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51639
@ -50,6 +50,7 @@ static const char rcsid[] =
|
||||
#include <sys/socket.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <net/if.h>
|
||||
#include <net/route.h>
|
||||
@ -105,7 +106,7 @@ char *routename(), *netname();
|
||||
void flushroutes(), newroute(), monitor(), sockaddr(), sodump(), bprintf();
|
||||
void print_getmsg(), print_rtmsg(), pmsg_common(), pmsg_addrs(), mask_addr();
|
||||
int getaddr(), rtmsg(), x25_makemask();
|
||||
extern char *inet_ntoa(), *iso_ntoa(), *link_ntoa();
|
||||
extern char *iso_ntoa();
|
||||
|
||||
void usage __P((const char *)) __dead2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user