1d05064e
by Gerald Pfeifer at 2024-08-01T16:44:51+02:00
nsiproxy.sys: Fix the build on non-Apple, non-Linux systems.
commit 5261811d471 revamped the code around pcblist structures,
alas assumes a variable mib is always present on non-Apple, non-Linux
systems when it is not. And in any case, ARRAY_SIZE should be used for
the actual structure it applies to, not a similar one.