mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Fix non-C99 initialization for protosw initializing pr_ousrreq.
This commit is contained in:
parent
5e48a30d2e
commit
53a5081fa6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186752
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user