diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2008-03-19 14:46:59 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2008-03-19 14:46:59 +0000 |
commit | 76fd2245b5dc6793b57cc7c3bf4fc6af7a352563 (patch) | |
tree | 0ae354b8af76926a31947d53202545980b36afe4 /contrib/cvs/src/filesubr.c | |
parent | 274835303c48ac29e7fd30a670e7a02fe78595e2 (diff) |
Notes
Diffstat (limited to 'contrib/cvs/src/filesubr.c')
-rw-r--r-- | contrib/cvs/src/filesubr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cvs/src/filesubr.c b/contrib/cvs/src/filesubr.c index 14da6292de13..1e1f90101522 100644 --- a/contrib/cvs/src/filesubr.c +++ b/contrib/cvs/src/filesubr.c @@ -887,7 +887,7 @@ xreadlink (link) const char *link; { char *file = NULL; - size_t buflen = 128; + size_t buflen = BUFSIZ; /* Get the name of the file to which `from' is linked. */ while (1) |