freebsd-dev/sys/compat/ndis
Ed Schouten 6c9cdb5860 ANSIfy prototypes in subr_usbd.c.
Clang generates the following warnings when building subr_usbd.c:

| subr_usbd.c:598:13: warning: promoted type 'int' of K&R function
|   parameter is not compatible with the parameter type 'uint8_t' (aka
|   'unsigned char') declared in a previous prototype
| subr_usbd.c:627:13: warning: promoted type 'int' of K&R function
|   parameter is not compatible with the parameter type 'uint8_t' (aka
|   'unsigned char') declared in a previous prototype
| subr_usbd.c:649:13: warning: promoted type 'int' of K&R function
|   parameter is not compatible with the parameter type 'uint8_t' (aka
|   'unsigned char') declared in a previous prototype

Instead of just ANSIfying these three prototypes, do it for the entire
file.

Spotted by:	clang
2010-06-12 12:19:08 +00:00
..
cfg_var.h
hal_var.h
kern_ndis.c Fix a non-style change that snuck in. 2009-11-02 18:51:24 +00:00
kern_windrv.c Big style cleanup. While there remove references to FreeBSD versions 2009-11-02 11:07:42 +00:00
ndis_var.h
ntoskrnl_var.h
pe_var.h
resource_var.h
subr_hal.c Big style cleanup. While there remove references to FreeBSD versions 2009-11-02 11:07:42 +00:00
subr_ndis.c Revert a functional change that snuck in. 2009-11-02 19:13:12 +00:00
subr_ntoskrnl.c Big style cleanup. While there remove references to FreeBSD versions 2009-11-02 11:07:42 +00:00
subr_pe.c Big style cleanup. While there remove references to FreeBSD versions 2009-11-02 11:07:42 +00:00
subr_usbd.c ANSIfy prototypes in subr_usbd.c. 2010-06-12 12:19:08 +00:00
usbd_var.h
winx32_wrap.S
winx64_wrap.S