From a36bdceb99f6f08c6a0659d2cb38a7bbd4871220 Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Wed, 12 Dec 2012 10:29:40 -0500 Subject: [PATCH] libexport.a: rmtab.c no longer needs #include xmalloc.h Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- support/export/rmtab.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/support/export/rmtab.c b/support/export/rmtab.c index 31c0f50..d16b3b3 100644 --- a/support/export/rmtab.c +++ b/support/export/rmtab.c @@ -1,7 +1,7 @@ /* - * support/export/rmntab.c + * support/export/rmtab.c * - * Interface to the rmnt file. + * Interface to the rmtab file. * */ @@ -12,7 +12,7 @@ #include #include #include -#include "xmalloc.h" + #include "misc.h" #include "nfslib.h" #include "exportfs.h" -- 2.39.2