From df6402a4fdc6883e0e42ac6fc94b2e2a7aea4ed9 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 29 Oct 2005 03:43:14 +0000 Subject: [PATCH] OS/X's linker does not permit common symbols in shared libs. --- include/cdio/ecma_167.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cdio/ecma_167.h b/include/cdio/ecma_167.h index d09cf4fc..e7c3d6c8 100644 --- a/include/cdio/ecma_167.h +++ b/include/cdio/ecma_167.h @@ -515,7 +515,7 @@ struct udf_ext_ad_s udf_Uint32_t recorded_len; udf_Uint32_t information_len; udf_lb_addr_t ext_loc; -} GNUC_PACKED ext_ad; +} GNUC_PACKED; typedef struct udf_ext_ad_s udf_ext_ad_t;