had to make this change to get usr.bin/netstat/if.c to compile with -Werror --- sys/sys/protosw.h.old Wed May 22 15:24:50 1996 +++ sys/sys/protosw.h Tue May 28 22:58:52 1996 @@ -62,6 +62,7 @@ struct sockaddr; struct socket; struct domain; +struct proc; struct protosw { short pr_type; /* socket type used for */