Module Name: src Committed By: dholland Date: Tue Jul 5 07:32:34 UTC 2011
Modified Files: src/sys/sys: dirent.h Log Message: The manipulation macros for struct dirent are also used by the ufs/ffs code to manipulate the similar but not identical struct direct. For this reason they must remain type-polymorphic. Rev 1.25 broke that property, so put it back by using typeof. Fixes PR 45119. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/sys/dirent.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.