summaryrefslogtreecommitdiff
path: root/audio/bladeenc/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'audio/bladeenc/files/patch-af')
-rw-r--r--audio/bladeenc/files/patch-af18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/bladeenc/files/patch-af b/audio/bladeenc/files/patch-af
new file mode 100644
index 000000000000..9357c7dc6722
--- /dev/null
+++ b/audio/bladeenc/files/patch-af
@@ -0,0 +1,18 @@
+--- system.h.orig Thu Jul 22 23:08:10 1999
++++ system.h Sat Jul 24 00:16:20 1999
+@@ -181,14 +181,5 @@
+ #define FALSE 0
+ #define TRUE 1
+
+-typedef unsigned char uchar;
+-
+-#ifndef _SYS_TYPES_H
+-typedef unsigned short ushort;
++typedef unsigned char uchar;
+ typedef unsigned long ulong;
+-typedef unsigned int uint;
+-#endif
+-
+-
+-
+-