mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 17:31:43 +01:00
Substitute a panic for a undefined function so LINT will compile.
This commit is contained in:
parent
71dab323ee
commit
c90cdf29ba
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35032
@ -2398,7 +2398,11 @@ key_usrreq(so, req, m, nam, control)
|
||||
keyso_cb.any_count--;
|
||||
}
|
||||
s = splnet();
|
||||
#if 0
|
||||
error = raw_usrreq(so, req, m, nam, control);
|
||||
#else
|
||||
panic("FIXME!");
|
||||
#endif
|
||||
if (!so) return error;
|
||||
rp = sotorawcb(so);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user