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