Date: Mon, 13 Dec 2004 07:23:34 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/tools vnode_if.awk Message-ID: <200412130723.iBD7NZNl017827@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412130723.iBD7NZNl017827>
