Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 1997 08:23:11 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern kern_sysctl.c
Message-ID:  <199704091523.IAA25473@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         97/04/09 08:23:10

  Modified:    sys/kern  kern_sysctl.c
  Log:
  Include <sys/buf.h> instead of <sys/vnode.h>.  kern_sysctl.c no
  longer has anything to do with vnodes and never had anything to do
  with buffers, but it needs the definitions of B_READ and B_WRITE
  for use with the bogus useracc() interface and was getting them
  bogusly due to excessive cleanups in rev.1.49.
  
  Revision  Changes    Path
  1.70      +2 -2      src/sys/kern/kern_sysctl.c



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