From 2a23164bf5283df1ff60d8b678ac12e2e3883350 Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Wed, 12 Dec 2012 10:26:09 -0500 Subject: [PATCH] mountd: auth.c no longer needs #include xmalloc.h Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- utils/mountd/auth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 #endif +#include #include #include #include #include +#include #include #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 -- 2.39.2