Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/sys
Module Name: src
Committed By: gmcgarry
Date: Wed Sep 3 23:43:06 UTC 2008
Modified Files:
src/sys/sys: fstypes.h
Log Message:
Structures with incomplete members is an obscure gcc extension. Replace the
flexible array with a zero-length array. Now compiles on pcc with gcc
compatibility.
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/sys/fstypes.h
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