Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/usr.sbin/makefs
Module Name: basesrc
Committed By: thorpej
Date: Thu May 30 18:16:42 UTC 2002
Modified Files:
basesrc/usr.sbin/makefs: ffs.c
Log Message:
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.15 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