blob: 9685937a32ac2c6f348893be6f48368b534b4fbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1.1.1 2005/07/26 04:12:22 tv Exp $
--- libdiscmage/libdiscmage.h.orig 2005-07-25 18:00:47.000000000 -0400
+++ libdiscmage/libdiscmage.h
@@ -28,7 +28,7 @@ extern "C" {
#include <stdio.h> // FILENAME_MAX
-#if defined __linux__ || defined __FreeBSD__ || defined __OpenBSD__ || \
+#if defined __linux__ || defined __FreeBSD__ || defined __OpenBSD__ || defined __NetBSD__ || \
defined __solaris__ || defined __MINGW32__ || defined __CYGWIN__ || \
defined __BEOS__ || defined AMIGA || defined __APPLE__ // Mac OS X actually
// We cannot use config.h (for HAVE_INTTYPES_H), because this header file may be
|