Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
b7c3f0b3
Commit
b7c3f0b3
authored
Mar 20, 2005
by
Mike Hibler
Browse files
remove assertion for alignment restriction not necessary in linux
parent
30983db9
Changes
1
Hide whitespace changes
Inline
Side-by-side
os/imagezip/ntfs/ntfs_glue.c
View file @
b7c3f0b3
/*
* EMULAB-COPYRIGHT
* Copyright (c) 2000-200
4
University of Utah and the Flux Group.
* Copyright (c) 2000-200
5
University of Utah and the Flux Group.
* All rights reserved.
*/
...
...
@@ -117,7 +117,9 @@ ntfs_read_data_attr(ntfs_attr *na)
assert
(
tmp
!=
0
&&
"Not supposed to happen error! "
"Either na->data_size is wrong or there is another "
"problem"
);
#ifndef linux
assert
(
tmp
%
secsize
==
0
&&
"Not supposed to happen"
);
#endif
pos
+=
tmp
;
}
#if 0 /*Turn on if you want to look at the free list directly*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment