diff options
Diffstat (limited to 'cross/dasm/patches/patch-aa')
-rw-r--r-- | cross/dasm/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cross/dasm/patches/patch-aa b/cross/dasm/patches/patch-aa new file mode 100644 index 00000000000..455aa682e99 --- /dev/null +++ b/cross/dasm/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/11/20 16:24:43 minskim Exp $ + +--- asm.h.orig 1998-02-26 19:54:52.000000000 -0600 ++++ asm.h +@@ -40,7 +40,6 @@ + + typedef unsigned char ubyte; + typedef unsigned uword; +-typedef long ulong; + + #define MNE struct _MNE + #define MACRO struct _MACRO |