From owner-cvs-all@FreeBSD.ORG Mon Dec 13 07:23:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A69716A4CE; Mon, 13 Dec 2004 07:23:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3401A43D54; Mon, 13 Dec 2004 07:23:35 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD7NZst017828; Mon, 13 Dec 2004 07:23:35 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD7NZNl017827; Mon, 13 Dec 2004 07:23:35 GMT (envelope-from imp) Message-Id: <200412130723.iBD7NZNl017827@repoman.freebsd.org> From: Warner Losh Date: Mon, 13 Dec 2004 07:23:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/tools vnode_if.awk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 07:23:35 -0000 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