Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Aug 2003 21:57:51 -0700 (PDT)
From:      Nate Lawson <nate@root.org>
To:        Warner Losh <imp@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sbin/mount mount.c
Message-ID:  <20030806215644.E74769@root.org>
In-Reply-To: <20030807045147.7CFBE37B4A2@hub.freebsd.org>
References:  <20030807045147.7CFBE37B4A2@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030806215644.E74769>