svn commit: r239039 - head/sys/fs/nfs

Konstantin Belousov kib at FreeBSD.org
Sat Aug 4 18:12:55 UTC 2012


Author: kib
Date: Sat Aug  4 18:12:54 2012
New Revision: 239039
URL: http://svn.freebsd.org/changeset/base/239039

Log:
  The header uma_int.h is internal uma header, unused by this source
  file.  Do not include it needlessly.
  
  Reviewed by:  alc
  MFC after:    1 week

Modified:
  head/sys/fs/nfs/nfs_commonport.c

Modified: head/sys/fs/nfs/nfs_commonport.c
==============================================================================
--- head/sys/fs/nfs/nfs_commonport.c	Sat Aug  4 18:10:04 2012	(r239038)
+++ head/sys/fs/nfs/nfs_commonport.c	Sat Aug  4 18:12:54 2012	(r239039)
@@ -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