From: Chuck Lever Date: Wed, 12 Dec 2012 15:29:40 +0000 (-0500) Subject: libexport.a: rmtab.c no longer needs #include xmalloc.h X-Git-Tag: debian/1%1.2.8-1~11^2^2~43 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=a36bdceb99f6f08c6a0659d2cb38a7bbd4871220 libexport.a: rmtab.c no longer needs #include xmalloc.h Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- 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"