cvs commit: src/sys/tools vnode_if.awk
Warner Losh
imp at FreeBSD.org
Sun Dec 12 23:23:35 PST 2004
imp 2004-12-13 07:23:34 UTC
FreeBSD src repository
Modified files:
sys/tools vnode_if.awk
Log:
Rather than casting through a (void *) to avoid the aliasing warning,
do things correctly from an aliasing perspective. Put the
vop_generic_args element as the first element for all the vop_*_args
and adjust the code to take the address of that instead of the
structure.
OK'd based on a vague description by: phk
Revision Changes Path
1.44 +3 -3 src/sys/tools/vnode_if.awk
More information about the cvs-src
mailing list