From 4771cb5a9d5eaec751baed9f7860be77a0f7c088 Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 18 Jan 2004 15:07:57 +0000 Subject: [PATCH] Don't pack our own iso9660_t. --- include/cdio/iso9660.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/cdio/iso9660.h b/include/cdio/iso9660.h index f4cc72a4..db53816e 100644 --- a/include/cdio/iso9660.h +++ b/include/cdio/iso9660.h @@ -1,5 +1,5 @@ /* - $Id: iso9660.h,v 1.37 2004/01/18 02:11:14 rocky Exp $ + $Id: iso9660.h,v 1.38 2004/01/18 15:07:57 rocky Exp $ Copyright (C) 2000 Herbert Valerio Riedel Copyright (C) 2003, 2004 Rocky Bernstein @@ -230,6 +230,8 @@ struct iso9660_dir { } GNUC_PACKED; +PRAGMA_END_PACKED + /*! \brief Unix stat-like version of iso9660_dir The iso9660_stat structure is not part of the ISO-9660 @@ -247,9 +249,7 @@ struct iso9660_stat { /* big endian!! */ iso9660_xa_t xa; /**< XA attributes */ enum { _STAT_FILE = 1, _STAT_DIR = 2 } type; char filename[EMPTY_ARRAY_SIZE]; /**< filename */ -} GNUC_PACKED; - -PRAGMA_END_PACKED +}; /** This is an opaque structure. */