]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
libexport.a: rmtab.c no longer needs #include xmalloc.h
authorChuck Lever <chuck.lever@oracle.com>
Wed, 12 Dec 2012 15:29:40 +0000 (10:29 -0500)
committerSteve 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>
support/export/rmtab.c

index 31c0f50419193e7426c7ccf7bb7eb67045a213a8..d16b3b33b692dd421814590c2dcaddeeab0dd957 100644 (file)
@@ -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 <stdlib.h>
 #include <string.h>
 #include <errno.h>
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
-#include "xmalloc.h"
+
 #include "misc.h"
 #include "nfslib.h"
 #include "exportfs.h"
 #include "misc.h"
 #include "nfslib.h"
 #include "exportfs.h"