Fix non-C99 initialization for protosw initializing pr_ousrreq.

This commit is contained in:
Robert Watson 2009-01-04 22:15:15 +00:00
parent 5e48a30d2e
commit 53a5081fa6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186752

View File

@ -664,7 +664,6 @@ static struct protosw ipe4_protosw =
{ SOCK_RAW, &inetdomain, IPPROTO_IPV4, PR_ATOMIC|PR_ADDR|PR_LASTHDR,
ip4_input,
0, 0, rip_ctloutput,
0,
0, 0, 0, 0,
&rip_usrreqs
};