Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Dec 1999 09:35:49 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man9 VOP_REALLOCBLKS.9 VOP_STRATEGY.9
Message-ID:  <199912231735.JAA98603@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/12/23 09:35:49 PST

  Modified files:
    share/man/man9       VOP_REALLOCBLKS.9 VOP_STRATEGY.9 
  Log:
  Removed unused include of <sys/buf.h> from synopsis.  This include is
  needed to access the internals of buffers but not necessarily to use
  the VOP.  <sys/buf.h> recently grew a bogus dependency on <sys/systm.h>
  for the declaration of spl*, and I prefer to fix the synopsis breakage
  by removing a wart instead of adding one.
  
  Revision  Changes    Path
  1.6       +1 -3      src/share/man/man9/VOP_REALLOCBLKS.9
  1.8       +1 -2      src/share/man/man9/VOP_STRATEGY.9



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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