summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2008-02-08 09:44:34 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2008-02-08 09:44:34 +0000
commite97f516c0943695f5a04e5c762e964beb989dd05 (patch)
tree21a7c6eeee6e6302b0ba651330d4c0ee9e84a206 /lib
parent157d89fe25906d9cdebfb4909c442c1aa01e4795 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libfetch/fetch.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3
index 733f513ccff7..81b716409059 100644
--- a/lib/libfetch/fetch.3
+++ b/lib/libfetch/fetch.3
@@ -236,7 +236,7 @@ structure is defined as follows in
.In fetch.h :
.Bd -literal
struct url_ent {
- char name[MAXPATHLEN];
+ char name[PATH_MAX];
struct url_stat stat;
};
.Ed