17464b89a4
- Mark BROKEN on 4.x and !i386 (almost) PR: ports/79615 Submitted by: Sam Lawrance <boris@brooknet.com.au>
15 lines
301 B
C
15 lines
301 B
C
--- memory.c.orig Mon Apr 22 01:40:39 2002
|
|
+++ memory.c Tue Mar 1 22:11:42 2005
|
|
@@ -19,7 +19,11 @@
|
|
|
|
TO_HEADER:
|
|
|
|
-typedef unsigned char BYTE, *PBYTE;
|
|
+#ifndef BYTE_TYPE_ALREADY_DEFINED
|
|
+typedef unsigned char BYTE;
|
|
+#endif
|
|
+
|
|
+typedef unsigned char *PBYTE;
|
|
|
|
typedef struct _FixSizeMemoryObject {
|
|
|