git://project.juiblex.co.uk
/
razor2.git/.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1d58c0b
)
Avoid unportable "uint" type
author
J. Ali Harlow
<ali@juiblex.co.uk>
Wed, 7 Jan 2009 17:26:33 +0000 (17:26 +0000)
committer
J. Ali Harlow
<ali@juiblex.co.uk>
Wed, 7 Jan 2009 17:26:33 +0000 (17:26 +0000)
librazor/razor-internal.h
patch
|
blob
|
history
diff --git
a/librazor/razor-internal.h
b/librazor/razor-internal.h
index
70e468c
..
afd9cda
100644
(file)
--- a/
librazor/razor-internal.h
+++ b/
librazor/razor-internal.h
@@
-109,8
+109,8
@@
struct razor_set_header {
#define RAZOR_FILE_STRING_POOL "file_string_pool"
struct razor_package {
- uint name : 24;
- uint flags : 8;
+ unsigned int name : 24;
+ unsigned int flags : 8;
uint32_t version;
uint32_t arch;
uint32_t summary;