projects
/
nfs-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c5cb5e
)
mountd: auth.c no longer needs #include xmalloc.h
author
Chuck Lever
<chuck.lever@oracle.com>
Wed, 12 Dec 2012 15:26:09 +0000
(10:26 -0500)
committer
Steve Dickson
<steved@redhat.com>
Wed, 12 Dec 2012 15:32:28 +0000
(10:32 -0500)
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mountd/auth.c
patch
|
blob
|
history
diff --git
a/utils/mountd/auth.c
b/utils/mountd/auth.c
index 508040ad610bd0fd7268de26114f47f08baeda84..330cab531ea5b7832c987b8824b3200f392650a7 100644
(file)
--- 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