diff options
author | wpaul <wpaul@FreeBSD.org> | 2004-01-15 21:31:49 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 2004-01-15 21:31:49 +0000 |
commit | dfae368ae89abaf08547d94099bb050de06b12f7 (patch) | |
tree | 451524b5227353441640a08541aa7ec40558a86c /sys/dev/if_ndis/if_ndis.c | |
parent | 8e12bab4c9847240a5b7e82713ff33460041cf62 (diff) | |
download | FreeBSD-src-dfae368ae89abaf08547d94099bb050de06b12f7.zip FreeBSD-src-dfae368ae89abaf08547d94099bb050de06b12f7.tar.gz |
The definition for __stdcall logically belongs in pe_var.h, but
the definitions for NDIS_BUS_SPACE_IO and NDIS_BUS_SPACE_MEM logically
belong in hal_var.h. At least, that's my story, and I'm sticking to it.
Also, remove definition of __stdcall from if_ndis.c now that it's pulled
in from pe_var.h.
Diffstat (limited to 'sys/dev/if_ndis/if_ndis.c')
-rw-r--r-- | sys/dev/if_ndis/if_ndis.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/if_ndis/if_ndis.c b/sys/dev/if_ndis/if_ndis.c index a3a9806..e4650e0 100644 --- a/sys/dev/if_ndis/if_ndis.c +++ b/sys/dev/if_ndis/if_ndis.c @@ -93,8 +93,6 @@ static struct ndis_type ndis_devs[] = { { 0, 0, 0, NULL } }; -#define __stdcall __attribute__((__stdcall__)) - static int ndis_probe (device_t); static int ndis_attach (device_t); static int ndis_detach (device_t); |