cvs commit: src/sbin/mount mount.c
Nate Lawson
nate at root.org
Wed Aug 6 21:57:51 PDT 2003
The following two commits contradict each other. Which is it?
-Nate
1:
> Modified files:
> sbin/mount_hpfs mount_hpfs.c
> Log:
> MAXPATHLEN includes the trailing NUL, so no need to add 1 here.
>
> Revision Changes Path
> 1.4 +1 -1 src/sbin/mount_hpfs/mount_hpfs.c
2:
> Modified files:
> sbin/mount mount.c
> Log:
> Prefer PATH_MAX to MAXPATHLEN. PATH_MAX has the trailing NUL.
>
> Revision Changes Path
> 1.54 +1 -1 src/sbin/mount/mount.c
-Nate
More information about the cvs-src
mailing list