From 5d31dc1586ab3e5123d0f098e3b39ab5dcede407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 25 Oct 2007 01:45:09 +0000 Subject: [PATCH] Grmbl, wrong type! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22708 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/arch/m68k/signal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/posix/arch/m68k/signal.h b/headers/posix/arch/m68k/signal.h index bf8abf77b8..b968061769 100644 --- a/headers/posix/arch/m68k/signal.h +++ b/headers/posix/arch/m68k/signal.h @@ -15,7 +15,7 @@ struct vregs ulong pc, /* program counter */ d0, d1, d2, d3, d4, d5, d6, d7, a0, a1, a2, a3, a4, a5, a6, a7; - uchar ccr; + unchar ccr; #warning M68K: fix floats in vregs, add missing stuff. double f0, /* fp scratch */ f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12,f13; /* fp volatile regs */