Deleted Added
full compact
34c34
< __FBSDID("$FreeBSD: head/sys/compat/ndis/subr_pe.c 124502 2004-01-13 22:26:37Z obrien $");
---
> __FBSDID("$FreeBSD: head/sys/compat/ndis/subr_pe.c 124504 2004-01-13 22:49:45Z obrien $");
578,583d577
< *
< * Note: Windows uses the _stdcall calling convention. This means
< * that the callback functions provided in the function table must
< * be declared using __attribute__((__stdcall__)), otherwise the
< * Windows code will likely screw up the %esp register and cause
< * us to jump to an invalid address when it returns.