summaryrefslogtreecommitdiff
path: root/contrib/cvs/diff/system.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-10-28 21:32:14 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-10-28 21:32:14 +0000
commit168faa4bcd6f265eb905024ec71b52836bed921d (patch)
treeaae597ee0402894f2932f99a0fc23a9e95d7997c /contrib/cvs/diff/system.h
parentecebe176bfcf8c557054a43352b09bf6d7a3bdc7 (diff)
Notes
Diffstat (limited to 'contrib/cvs/diff/system.h')
-rw-r--r--contrib/cvs/diff/system.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/cvs/diff/system.h b/contrib/cvs/diff/system.h
index 76bc1631feec..f5037ecf70a9 100644
--- a/contrib/cvs/diff/system.h
+++ b/contrib/cvs/diff/system.h
@@ -269,3 +269,16 @@ extern int errno;
*(q)++ = '\''; \
}
#endif
+
+/* these come from CVS's lib/system.h, but I wasn't sure how to include that
+ * properly or even if I really should
+ */
+#ifndef CVS_OPENDIR
+#define CVS_OPENDIR opendir
+#endif
+#ifndef CVS_READDIR
+#define CVS_READDIR readdir
+#endif
+#ifndef CVS_CLOSEDIR
+#define CVS_CLOSEDIR closedir
+#endif