Skip to content

Commit

Permalink
s/MAXPATHLEN/PATH_MAX/ to reflect five-year old change to the code :)
Browse files Browse the repository at this point in the history
Submitted by:	Joerg Sonnenberger <[email protected]>
MFC after:	2 weeks
  • Loading branch information
dag-erling committed Feb 8, 2008
1 parent 12ca68e commit e91bc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libfetch/fetch.3
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e91bc21

Please sign in to comment.