Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 2004 06:13:52 +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:  <200412130613.iBD6DqrY014906@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2004-12-13 06:13:52 UTC

  FreeBSD src repository

  Modified files:
    sys/tools            vnode_if.awk 
  Log:
  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.
  
  Revision  Changes    Path
  1.43      +1 -1      src/sys/tools/vnode_if.awk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412130613.iBD6DqrY014906>