From 638a95cb85a813eaa34a348cdc52379f0ebbe410 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 14 Apr 2013 01:15:51 +0000 Subject: Solaris appears to need the typedef for 'ulong'. --- cross/dasm/distinfo | 4 ++-- cross/dasm/patches/patch-aa | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/cross/dasm/distinfo b/cross/dasm/distinfo index 63ed50e1948..2a7ef5fd0cb 100644 --- a/cross/dasm/distinfo +++ b/cross/dasm/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2009/08/01 05:22:38 hasso Exp $ +$NetBSD: distinfo,v 1.6 2013/04/14 01:15:51 dholland Exp $ SHA1 (dasm212.zip) = cf14367131bc3490ab75a349d07ee276e114967d RMD160 (dasm212.zip) = dc1af353dae599acf5fedda46f586369e7030c51 Size (dasm212.zip) = 63734 bytes -SHA1 (patch-aa) = 88ab9a2320a1a50acfecc44bc22479307742ac4e +SHA1 (patch-aa) = 62a65be3eec4c1cd6259c52542b53e79ae0ee904 SHA1 (patch-ab) = 0a80e4178f9956b8881ec272ed9a4b491c49a9c9 diff --git a/cross/dasm/patches/patch-aa b/cross/dasm/patches/patch-aa index b4d937c0995..560f5a9afc3 100644 --- a/cross/dasm/patches/patch-aa +++ b/cross/dasm/patches/patch-aa @@ -1,12 +1,14 @@ -$NetBSD: patch-aa,v 1.3 2009/08/01 05:22:38 hasso Exp $ +$NetBSD: patch-aa,v 1.4 2013/04/14 01:15:51 dholland Exp $ ---- asm.h.orig 2009-07-30 22:23:27 +0300 -+++ asm.h 2009-07-30 22:23:59 +0300 -@@ -40,7 +40,6 @@ +--- asm.h.orig 1998-02-26 19:54:52.000000000 -0600 ++++ asm.h +@@ -40,7 +40,9 @@ typedef unsigned char ubyte; typedef unsigned uword; --typedef long ulong; ++#if defined(__sun) + typedef long ulong; ++#endif #define MNE struct _MNE #define MACRO struct _MACRO -- cgit v1.2.3