comment
authorroot <devnull@localhost>
Wed, 19 Jun 1996 18:18:04 +0000 (18:18 +0000)
committerroot <devnull@localhost>
Wed, 19 Jun 1996 18:18:04 +0000 (18:18 +0000)
CVS patchset: 652
CVS date: 1996/06/19 18:18:04

lib/rpmlead.c
lib/rpmlead.h

index 9bd245e..923e175 100644 (file)
@@ -8,6 +8,8 @@
 #include "rpmerr.h"
 #include "rpmlead.h"
 
+/* The lead needs to be 8 byte aligned */
+
 int writeLead(int fd, struct rpmlead *lead)
 {
     struct rpmlead l;
index 56507c9..e6bee1b 100644 (file)
@@ -9,6 +9,8 @@
 #define RPMLEAD_MAGIC2 0xee
 #define RPMLEAD_MAGIC3 0xdb
 
+/* The lead needs to be 8 byte aligned */
+
 #define RPMLEAD_SIZE 96
 
 struct rpmlead {