summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2012-12-12 10:26:59 -0500
committerSteve Dickson <steved@redhat.com>2012-12-12 10:32:28 -0500
commit768ab6039b53d767158c50bcc5fceb2ec2516a8a (patch)
tree8c5d5f09df96bd6d6eaeafc4a3d9b442cc224c18
parent2a23164bf5283df1ff60d8b678ac12e2e3883350 (diff)
downloadnfs-utils-768ab6039b53d767158c50bcc5fceb2ec2516a8a.tar.gz
nfs-utils-768ab6039b53d767158c50bcc5fceb2ec2516a8a.tar.xz
nfs-utils-768ab6039b53d767158c50bcc5fceb2ec2516a8a.zip
mountd: cache.c no longer needs #include xmalloc.h
Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--utils/mountd/cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/mountd/cache.c b/utils/mountd/cache.c
index c13f305..c264e14 100644
--- a/utils/mountd/cache.c
+++ b/utils/mountd/cache.c
@@ -29,7 +29,6 @@
#include "nfslib.h"
#include "exportfs.h"
#include "mountd.h"
-#include "xmalloc.h"
#include "fsloc.h"
#include "pseudoflavors.h"