From 29cea5c023f3b2b81b5e5f8464911a5ed7d42d5c Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 15 Jul 2008 13:37:30 +0000 Subject: [PATCH] Undefine ISODCL and note where this comes from. --- config.rpath | 0 include/cdio/iso9660.h | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 config.rpath diff --git a/config.rpath b/config.rpath deleted file mode 100644 index e69de29b..00000000 diff --git a/include/cdio/iso9660.h b/include/cdio/iso9660.h index f5a0ca6d..4c610151 100644 --- a/include/cdio/iso9660.h +++ b/include/cdio/iso9660.h @@ -1,5 +1,5 @@ /* - $Id: iso9660.h,v 1.100 2008/07/15 12:00:54 rocky Exp $ + $Id: iso9660.h,v 1.101 2008/07/15 13:37:30 rocky Exp $ Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Rocky Bernstein @@ -67,6 +67,7 @@ typedef char dchar_t; /*! See section 7.4.1 */ #include #include +/* This part borrowed from the bsd386 isofs */ #define ISODCL(from, to) ((to) - (from) + 1) #define MIN_TRACK_SIZE 4*75 @@ -1098,6 +1099,7 @@ lsn_t iso9660_get_dir_extent(const iso9660_dir_t *p_idr); } #endif /* __cplusplus */ +#undef ISODCL #endif /* __CDIO_ISO9660_H__ */ /*