svn commit: r240195 - stable/9/sys/fs/nfs

Konstantin Belousov kib at FreeBSD.org
Fri Sep 7 10:11:29 UTC 2012


Author: kib
Date: Fri Sep  7 10:11:28 2012
New Revision: 240195
URL: http://svn.freebsd.org/changeset/base/240195

Log:
  MFC r239039:
  The header uma_int.h is internal uma header, unused by this source
  file.  Do not include it needlessly.

Modified:
  stable/9/sys/fs/nfs/nfs_commonport.c
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/fs/   (props changed)

Modified: stable/9/sys/fs/nfs/nfs_commonport.c
==============================================================================
--- stable/9/sys/fs/nfs/nfs_commonport.c	Fri Sep  7 09:45:08 2012	(r240194)
+++ stable/9/sys/fs/nfs/nfs_commonport.c	Fri Sep  7 10:11:28 2012	(r240195)
@@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$");
 #include <vm/vm_kern.h>
 #include <vm/vm_extern.h>
 #include <vm/uma.h>
-#include <vm/uma_int.h>
 
 extern int nfscl_ticks;
 extern int nfsrv_nfsuserd;


More information about the svn-src-all mailing list