projects
/
tools
/
librpm-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51a5bd6
)
changed magic and version numbers to unsigned
author
ewt
<devnull@localhost>
Fri, 5 Jan 1996 18:18:39 +0000
(18:18 +0000)
committer
ewt
<devnull@localhost>
Fri, 5 Jan 1996 18:18:39 +0000
(18:18 +0000)
CVS patchset: 137
CVS date: 1996/01/05 18:18:39
lib/rpmlead.h
patch
|
blob
|
history
diff --git
a/lib/rpmlead.h
b/lib/rpmlead.h
index
3711012
..
62bd3c4
100644
(file)
--- a/
lib/rpmlead.h
+++ b/
lib/rpmlead.h
@@
-15,8
+15,8
@@
#define RPMLEAD_SIZE 96
struct rpmlead {
- char magic[4];
- char major, minor;
+
unsigned
char magic[4];
+
unsigned
char major, minor;
short type;
short archnum;
char name[66];