From 89dcef0bf9bcb82cb9dfc90e5e42230c41008cda Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Mon, 14 Oct 2002 09:57:49 +0000 Subject: [PATCH] Fix compilation with gcc-3.2. (Logical change 1.8) --- include/attrib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/attrib.h b/include/attrib.h index 97d7d1a7..130810fe 100644 --- a/include/attrib.h +++ b/include/attrib.h @@ -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;