Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/usr.sbin/mtree
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.
Home |
Main Index |
Thread Index |
Old Index