summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/diff/system.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-08-10 09:43:22 +0000
committerpeter <peter@FreeBSD.org>2001-08-10 09:43:22 +0000
commitc132709d1892a50d7915da8685face38ada32e4f (patch)
tree91ad9c2f4db08545ffa8883e62c900d4001de987 /contrib/cvs/diff/system.h
parente832f306d6c3f06dc0d801543a4302233e24e063 (diff)
parenta037ef8f32200b26968e77344bcfb963251fa8b9 (diff)
downloadFreeBSD-src-c132709d1892a50d7915da8685face38ada32e4f.zip
FreeBSD-src-c132709d1892a50d7915da8685face38ada32e4f.tar.gz
This commit was generated by cvs2svn to compensate for changes in r81404,
which included commits to RCS files with non-trunk default branches.
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 76bc163..f5037ec 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
OpenPOWER on IntegriCloud