fixed old lead struct for Alpha
CVS patchset: 463 CVS date: 1996/03/07 16:48:12
This commit is contained in:
parent
c8e2fe70aa
commit
5203f9c5df
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue