Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Sep 2012 10:11:28 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r240195 - stable/9/sys/fs/nfs
Message-ID:  <201209071011.q87ABS7K079536@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



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