mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
Fix build breakage from previous commit which confused key_abort and key_close.
This commit is contained in:
parent
525388396e
commit
87b4dfd5b2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160566
@ -443,7 +443,7 @@ key_bind(struct socket *so, struct sockaddr *nam, struct thread *td)
|
||||
* derived from net/rtsock.c:rts_close().
|
||||
*/
|
||||
static void
|
||||
key_abort(struct socket *so)
|
||||
key_close(struct socket *so)
|
||||
{
|
||||
|
||||
raw_usrreqs.pru_close(so);
|
||||
|
Loading…
Reference in New Issue
Block a user