1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

also, changed prototype of pr_rthdr(), as my previous fix

for netstat/route.c
This commit is contained in:
Yoshinobu Inoue 1999-12-21 11:28:27 +00:00
parent 49302f437a
commit f7503444cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54957

View File

@ -94,7 +94,7 @@ void impstats __P((u_long, u_long));
void intpr __P((int, u_long, void (*) __P((char *))));
void pr_rthdr __P(());
void pr_rthdr __P((int));
void pr_family __P((int));
void rt_stats __P((u_long));
char *ipx_pnet __P((struct sockaddr *));