Fix compilation with gcc-3.2.

(Logical change 1.8)
edge.strict_endians
cantab.net!aia21 2002-10-14 09:57:49 +00:00
parent f698d25e8c
commit 89dcef0bf9
1 changed files with 2 additions and 2 deletions

View File

@ -210,8 +210,8 @@ struct _ntfs_attr {
* structure.
*/
typedef union {
u8; /* Unnamed u8 to serve as default when just using
a_val without specifying any of the below. */
u8 _default; /* Unnamed u8 to serve as default when just using
a_val without specifying any of the below. */
STANDARD_INFORMATION std_inf;
ATTR_LIST_ENTRY al_entry;
FILE_NAME_ATTR filename;