summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2012-12-12 10:30:25 -0500
committerSteve Dickson <steved@redhat.com>2012-12-12 10:32:28 -0500
commit3d0b8f58fbfa6e17c9b7ec7f73b5a3bb1fa81bcc (patch)
tree17bd907f6b5f7bfb0365b2c2ee1636715793728e
parenta36bdceb99f6f08c6a0659d2cb38a7bbd4871220 (diff)
downloadnfs-utils-3d0b8f58fbfa6e17c9b7ec7f73b5a3bb1fa81bcc.tar.gz
nfs-utils-3d0b8f58fbfa6e17c9b7ec7f73b5a3bb1fa81bcc.tar.xz
nfs-utils-3d0b8f58fbfa6e17c9b7ec7f73b5a3bb1fa81bcc.zip
libexport.a: xtab.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--support/export/xtab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/export/xtab.c b/support/export/xtab.c
index 2a43193..e953071 100644
--- a/support/export/xtab.c
+++ b/support/export/xtab.c
@@ -14,7 +14,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
-#include "xmalloc.h"
+
#include "nfslib.h"
#include "exportfs.h"
#include "xio.h"