mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Add vectors for _snprintf() and _vsnprintf() (redirected straight to
snprintf() and vsnprintf() in FreeBSD kernel land). This is needed by the Intel Centrino 2200BG driver. Unfortunately, this driver still doesn't work right with Project Evil even with this tweak, but I'm unable to diagnose the problem since I don't have access to a sample card.
This commit is contained in:
parent
657ea5eb2c
commit
f79e9df73b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127026
@ -1852,6 +1852,8 @@ image_patch_table ntoskrnl_functbl[] = {
|
||||
{ "RtlUnicodeStringToInteger", (FUNC)ntoskrnl_unicode_to_int },
|
||||
{ "sprintf", (FUNC)sprintf },
|
||||
{ "vsprintf", (FUNC)vsprintf },
|
||||
{ "_snprintf", (FUNC)snprintf },
|
||||
{ "_vsnprintf", (FUNC)vsnprintf },
|
||||
{ "DbgPrint", (FUNC)ntoskrnl_dbgprint },
|
||||
{ "DbgBreakPoint", (FUNC)ntoskrnl_debugger },
|
||||
{ "strncmp", (FUNC)strncmp },
|
||||
|
Loading…
Reference in New Issue
Block a user