Subject: CVS commit: [netbsd-1-6] basesrc/usr.sbin/makefs
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 05/31/2002 00:09:39
Module Name: basesrc
Committed By: tv
Date: Thu May 30 21:09:39 UTC 2002
Modified Files:
basesrc/usr.sbin/makefs [netbsd-1-6]: ffs.c
Log Message:
Pull up revision 1.15 (requested by thorpej in ticket #87):
d_namlen is a uint8_t, and thus will always be < MAXMANLEN + 1 (256),
so there is no need to assert it.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.14.2.1 basesrc/usr.sbin/makefs/ffs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.