diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-26 02:21:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-26 02:21:34 +0000 |
commit | 7076d568e1669652449c62a28d956e2b26bd2cd5 (patch) | |
tree | 593ff587b4e1fa0843b122c69e64388713bed229 /gnu/usr.bin/cvs | |
parent | 0f84cac9333937e390fb114c9731f8b4c970b7c4 (diff) |
fix a comment of mine
Diffstat (limited to 'gnu/usr.bin/cvs')
-rw-r--r-- | gnu/usr.bin/cvs/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/src/main.c b/gnu/usr.bin/cvs/src/main.c index 5671f138a4d..ba22664940d 100644 --- a/gnu/usr.bin/cvs/src/main.c +++ b/gnu/usr.bin/cvs/src/main.c @@ -889,7 +889,7 @@ parseopts() (void) setrlimit(RLIMIT_DATA, &rl); } -#endif /* __OpenBSD__ */ +#endif /* BSD */ } } fclose(fp); |