From 682b8dab6b2bc09e766ee3e614ed538397e2d913 Mon Sep 17 00:00:00 2001 From: !uv Date: Fri, 20 Aug 2004 12:01:17 +0000 Subject: [PATCH] Use simpler C syntax for aligning a struct. (Logical change 1.505) --- libntfs/attrib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libntfs/attrib.c b/libntfs/attrib.c index f4b5cc3e..c29915c7 100644 --- a/libntfs/attrib.c +++ b/libntfs/attrib.c @@ -880,7 +880,7 @@ s64 ntfs_attr_pwrite(ntfs_attr *na, const s64 pos, s64 count, void *b) runlist_element *rl; int eo; struct { - unsigned int initialized_size : 1; + char initialized_size; } need_to_undo = { 0 }; Dprintf("%s(): Entering for inode 0x%llx, attr 0x%x, pos 0x%llx, "