Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/sys



On Tue, Jul 05, 2011 at 07:32:34AM +0000, David A. Holland wrote:
> 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.

Please revert this and give UFS/FFS a custom copy. Using very GCC
specific C extensions is not appropiate here.

Joerg


Home | Main Index | Thread Index | Old Index