Revert a change from Yuval where a bitfield was converted to a char.

(Logical change 1.509)
edge.strict_endians
cantab.net!aia21 2004-08-20 14:49:42 +00:00
parent 067797a112
commit 4341f051c4
1 changed files with 1 additions and 1 deletions

View File

@ -880,7 +880,7 @@ s64 ntfs_attr_pwrite(ntfs_attr *na, const s64 pos, s64 count, void *b)
runlist_element *rl;
int eo;
struct {
char initialized_size;
unsigned int initialized_size : 1;
} need_to_undo = { 0 };
Dprintf("%s(): Entering for inode 0x%llx, attr 0x%x, pos 0x%llx, "