Subject: CVS commit: basesrc/usr.sbin/mtree
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 11/09/2001 08:55:57
Module Name:	basesrc
Committed By:	lukem
Date:		Fri Nov  9 06:55:57 UTC 2001

Modified Files:
	basesrc/usr.sbin/mtree: compare.c mtree.c spec.c verify.c

Log Message:
Generally don't need the extra byte in MAXPATHLEN sized buffers, because
pathnames are guaranteed by POSIX to be MAXPATHLEN-1 bytes long.
Kindly pointed out by Warner Losh in private email.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 basesrc/usr.sbin/mtree/compare.c
cvs rdiff -r1.24 -r1.25 basesrc/usr.sbin/mtree/mtree.c \
    basesrc/usr.sbin/mtree/verify.c
cvs rdiff -r1.40 -r1.41 basesrc/usr.sbin/mtree/spec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.