5d17ed77ad
From Aleksey Cheusov in PR 43638.
17 lines
374 B
Text
17 lines
374 B
Text
$NetBSD: patch-ab,v 1.7 2010/07/30 07:10:50 dholland Exp $
|
|
|
|
Work around namespace pollution on OpenSolaris (PR 43638, Aleksey Cheusov)
|
|
|
|
--- include/cdio++/iso9660.hpp.orig 2008-11-29 04:52:43.000000000 +0000
|
|
+++ include/cdio++/iso9660.hpp
|
|
@@ -33,6 +33,10 @@
|
|
#include <cstring>
|
|
using namespace std;
|
|
|
|
+#ifdef FS
|
|
+#undef FS
|
|
+#endif
|
|
+
|
|
/** ISO 9660 class.
|
|
*/
|
|
class ISO9660
|