X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fintegrity.c;h=47d3244b53d7c11deff2f88cffc5fa2c4925dcc2;hb=e0c9e124bb3603ce4677efc137850d17f51b53fc;hp=e0d4447c17e18b18dd15b8bee3e5f18baa24d9df;hpb=f73332717baf4ab155b57f64ec9dbcd344d7f0c1;p=wimlib diff --git a/src/integrity.c b/src/integrity.c index e0d4447c..47d3244b 100644 --- a/src/integrity.c +++ b/src/integrity.c @@ -20,7 +20,7 @@ * details. * * You should have received a copy of the GNU Lesser General Public License - * along with this file; if not, see http://www.gnu.org/licenses/. + * along with this file; if not, see https://www.gnu.org/licenses/. */ #ifdef HAVE_CONFIG_H @@ -52,7 +52,7 @@ struct integrity_table { u32 num_entries; u32 chunk_size; u8 sha1sums[][20]; -} _packed_attribute; +} __attribute__((packed)); static int calculate_chunk_sha1(struct filedes *in_fd, size_t this_chunk_size,