mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
Add missing '='
Spotted by: obrien
This commit is contained in:
parent
611f86ee5f
commit
e21e4c19c9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137584
@ -671,7 +671,7 @@ struct pr_usrreqs div_usrreqs = {
|
||||
.pru_send = div_send,
|
||||
.pru_shutdown = div_shutdown,
|
||||
.pru_sockaddr = div_sockaddr,
|
||||
.pru_sosetlabel in_pcbsosetlabel
|
||||
.pru_sosetlabel = in_pcbsosetlabel
|
||||
};
|
||||
|
||||
struct protosw div_protosw = {
|
||||
|
Loading…
Reference in New Issue
Block a user