wpaul 2005-11-23 17:10:47 UTC
FreeBSD src repository
Modified files:
sys/compat/ndis subr_ntoskrnl.c
Log:
Somehow memmove() got mapped to memset() in the patch table. Create a
real memmove() implementation and use that instead.
Revision Changes Path
1.85 +12 -1 src/sys/compat/ndis/subr_ntoskrnl.c