1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00
freebsd/sys/tools
Warner Losh 98a67cd840 Cast from the specific vop_*_args to vop_generic_args via a (void *)
pointer to eliminate the hundreds of warnings that we have in tree at
the moment.

# Chances are good that all the struct vop_*_args should have, as its
# first element, the struct vop_generic_args, and when necessary to
# reference it, we just take its address rather than going through
# this double case.
2004-12-13 06:13:52 +00:00
..
acpi_quirks2h.awk Complete quirk handling script by matching the in-kernel table format. 2004-06-30 04:40:20 +00:00
emu10k1-mkalsa.sh Attempt to clean up the emu10k1-alsa.h stuff so that config doesn't 2004-02-05 22:51:16 +00:00
makeobjops.awk Pass doxygen doc comments through to the output. 2004-07-11 16:14:24 +00:00
miidevs2h.awk Remove miidevs.h and generate it from miidevs at compile time. 2003-01-19 02:59:34 +00:00
pccarddevs2h.awk MFp4: 2003-03-28 06:43:50 +00:00
usbdevs2h.awk Correct $FreeBSD$ style. 2004-04-16 05:22:11 +00:00
vnode_if.awk Cast from the specific vop_*_args to vop_generic_args via a (void *) 2004-12-13 06:13:52 +00:00