cvs commit: src/sys/tools vnode_if.awk

Warner Losh imp at FreeBSD.org
Sun Dec 12 22:13:52 PST 2004


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


More information about the cvs-all mailing list