summaryrefslogtreecommitdiffstats
path: root/support/export/xtab.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/export/xtab.c')
-rw-r--r--support/export/xtab.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/support/export/xtab.c b/support/export/xtab.c
index eb67b0d..0ddb251 100644
--- a/support/export/xtab.c
+++ b/support/export/xtab.c
@@ -6,7 +6,9 @@
* Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de>
*/
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <sys/fcntl.h>
#include <unistd.h>
@@ -149,7 +151,7 @@ xtab_append(nfs_export *exp)
/*
* rename newfile onto oldfile unless
- * they are identical
+ * they are identical
*/
static void cond_rename(char *newfile, char *oldfile)
{