From 1de1bb1bc64ae946ff92754519c24b55e367be12 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 8 Feb 2008 09:44:34 +0000 Subject: s/MAXPATHLEN/PATH_MAX/ to reflect five-year old change to the code :) Submitted by: Joerg Sonnenberger MFC after: 2 weeks --- lib/libfetch/fetch.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libfetch') diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3 index 733f513..81b7164 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 -- cgit v1.1