pkgsrc/audio/maplay/patches/patch-ab
agc 5c5fe9fed1 Fix a compilation problem on 1.6 and above.
Split patch files out into one file per patch-file.
2002-06-27 15:52:11 +00:00

13 lines
419 B
Text

$NetBSD: patch-ab,v 1.3 2002/06/27 15:52:13 agc Exp $
--- all.h 2002/06/27 15:41:04 1.1
+++ all.h 2002/06/27 15:41:40
@@ -22,7 +22,7 @@
#define ALL_H
typedef float real; // float should be enough
-typedef short bool;
+typedef short boolean;
typedef unsigned uint32; // 32 Bit unsigned integer
// some compilers may need "typedef unsigned long uint32" instead
typedef int int32; // 32 Bit signed integer