aboutsummaryrefslogtreecommitdiff
path: root/export
diff options
context:
space:
mode:
Diffstat (limited to 'export')
-rw-r--r--export/.cvsignore2
-rw-r--r--export/export.c5
2 files changed, 4 insertions, 3 deletions
diff --git a/export/.cvsignore b/export/.cvsignore
index e995588..62e7a85 100644
--- a/export/.cvsignore
+++ b/export/.cvsignore
@@ -1,3 +1,5 @@
.deps
+.libs
Makefile
Makefile.in
+gdbmexport
diff --git a/export/export.c b/export/export.c
index d2a56a1..2ef4e6c 100644
--- a/export/export.c
+++ b/export/export.c
@@ -23,9 +23,8 @@
#include <gdbm.h>
-/* Include flatfile.c to pull in gdbm_export() */
-#define _GDBMEXPORT_
-#include "flatfile.c"
+/* Pull in gdbm_export() */
+#include "gdbmexp.c"
void
usage (char *s)

Return to:

Send suggestions and report system problems to the System administrator.