diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-08-10 09:43:22 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-08-10 09:43:22 +0000 |
| commit | 7f22ecb0da2f5623c8ad69cbab0e478a9709fb61 (patch) | |
| tree | 2b4dc24b830b514680009ead3884ecb1c40974c7 /contrib/cvs/diff/system.h | |
| parent | a3b502f88fd3d67bf547634d411d567524c4c1b1 (diff) | |
Notes
Diffstat (limited to 'contrib/cvs/diff/system.h')
| -rw-r--r-- | contrib/cvs/diff/system.h | 13 |
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 |
