fixed old lead struct for Alpha

CVS patchset: 463
CVS date: 1996/03/07 16:48:12
This commit is contained in:
root 1996-03-07 16:48:12 +00:00
parent c8e2fe70aa
commit 5203f9c5df
1 changed files with 3 additions and 3 deletions

View File

@ -28,9 +28,9 @@ struct oldrpmlead { /* for version 1 packages */
short type;
short archnum;
char name[66];
unsigned long specOffset;
unsigned long specLength;
unsigned long archiveOffset;
unsigned int specOffset;
unsigned int specLength;
unsigned int archiveOffset;
} ;
int writeLead(int fd, struct rpmlead *lead);