From c031e71702307d4f496ccddd6be39a46358b75ee Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 31 Aug 2003 09:32:24 +0000 Subject: [PATCH] Define EMPTY_ARRAY_SIZE if it is not defined previously. --- include/cdio/iso9660.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/cdio/iso9660.h b/include/cdio/iso9660.h index 1ea9e8d9..6ab9d421 100644 --- a/include/cdio/iso9660.h +++ b/include/cdio/iso9660.h @@ -1,5 +1,5 @@ /* - $Id: iso9660.h,v 1.11 2003/08/31 09:11:25 rocky Exp $ + $Id: iso9660.h,v 1.12 2003/08/31 09:32:24 rocky Exp $ Copyright (C) 2000 Herbert Valerio Riedel Copyright (C) 2003 Rocky Bernstein @@ -93,6 +93,10 @@ struct iso9660_pvd { char unused5[653]; } GNUC_PACKED; +#ifndef EMPTY_ARRAY_SIZE +#define EMPTY_ARRAY_SIZE 0 +#endif + struct iso9660_dir { uint8_t length; /* 711 */ uint8_t ext_attr_length; /* 711 */