diff options
author | Vitaliy Makkoveev <mvs@cvs.openbsd.org> | 2022-10-17 14:49:03 +0000 |
---|---|---|
committer | Vitaliy Makkoveev <mvs@cvs.openbsd.org> | 2022-10-17 14:49:03 +0000 |
commit | 6df1ab8d120cb4c59dd442a169998af32cc6acf4 (patch) | |
tree | f80cacefb3bb6231f1bef791ea0de583087614f5 /usr.sbin | |
parent | ec7a17806a64a7084a79bc6b28e404fa3022af01 (diff) |
Change pru_abort() return type to the type of void and make pru_abort()
optional.
We have no interest on pru_abort() return value. We call it only from
soabort() which is dummy pru_abort() wrapper and has no return value.
Only the connection oriented sockets need to implement (*pru_abort)()
handler. Such sockets are tcp(4) and unix(4) sockets, so remove existing
code for all others, it doesn't called.
ok guenther@
Diffstat (limited to 'usr.sbin')
0 files changed, 0 insertions, 0 deletions