summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorewt <devnull@localhost>1996-01-05 18:18:39 +0000
committerewt <devnull@localhost>1996-01-05 18:18:39 +0000
commitd2564d4aac1cea2cd9ea35382f703dd2e27b83b1 (patch)
treed907f8279c66ec97452ca1626b7213ff861b720d /lib
parent51a5bd695ddc4137260e720a350df41ff3389474 (diff)
downloadlibrpm-tizen-d2564d4aac1cea2cd9ea35382f703dd2e27b83b1.tar.gz
librpm-tizen-d2564d4aac1cea2cd9ea35382f703dd2e27b83b1.tar.bz2
librpm-tizen-d2564d4aac1cea2cd9ea35382f703dd2e27b83b1.zip
changed magic and version numbers to unsigned
CVS patchset: 137 CVS date: 1996/01/05 18:18:39
Diffstat (limited to 'lib')
-rw-r--r--lib/rpmlead.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpmlead.h b/lib/rpmlead.h
index 3711012d6..62bd3c4da 100644
--- 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];