summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2012-12-12 10:26:09 -0500
committerSteve Dickson <steved@redhat.com>2012-12-12 10:32:28 -0500
commit2a23164bf5283df1ff60d8b678ac12e2e3883350 (patch)
tree0c49f414c45abff0c94f88d1bcb66735450b332d
parent7c5cb5e732a4b8704f8c79ec819c5d271e040339 (diff)
downloadnfs-utils-2a23164bf5283df1ff60d8b678ac12e2e3883350.tar.gz
nfs-utils-2a23164bf5283df1ff60d8b678ac12e2e3883350.tar.xz
nfs-utils-2a23164bf5283df1ff60d8b678ac12e2e3883350.zip
mountd: auth.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/auth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/mountd/auth.c b/utils/mountd/auth.c
index 508040a..330cab5 100644
--- a/utils/mountd/auth.c
+++ b/utils/mountd/auth.c
@@ -10,10 +10,12 @@
#include <config.h>
#endif
+#include <sys/types.h>
#include <sys/stat.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <errno.h>
+#include <fcntl.h>
#include <unistd.h>
#include "sockaddr.h"
@@ -21,7 +23,6 @@
#include "nfslib.h"
#include "exportfs.h"
#include "mountd.h"
-#include "xmalloc.h"
#include "v4root.h"
enum auth_error