Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Dec 1995 15:33:44 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/kern vnode_if.sh
Message-ID:  <199512062333.PAA04144@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         95/12/06 15:33:42

  Modified:    sys/kern  vnode_if.sh
  Log:
  Don't #include vm stuff in vnode_if.[ch].  Enough vm stuff (a
  single typedef) is now declared in <sys/types.h>.
  
  This is the first of 4 commits that will remove some excessive
  includes of vm*.h and user.h.  The total speed improvement isn't
  as large as I first thought.  `make depend; make' for LINT only
  improved from 2180 seconds to 2108 seconds user time.
  
  Revision  Changes    Path
  1.8       +1 -6      src/sys/kern/vnode_if.sh



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