Subject: protosw.h minor bugfix
To: None <current-users@NetBSD.ORG>
From: VaX#n8 <vax@linkdead.paranoia.com>
List: current-users
Date: 05/28/1996 23:00:54
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 */