From 7e00430948d8af545f880e82bb30cd3ee50deb04 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Mon, 9 Jun 2008 09:36:43 +0000 Subject: 20080609-1035 --- Plan9/sparc/include/lib9.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Plan9/sparc') diff --git a/Plan9/sparc/include/lib9.h b/Plan9/sparc/include/lib9.h index 55c99d9d..f04566aa 100644 --- a/Plan9/sparc/include/lib9.h +++ b/Plan9/sparc/include/lib9.h @@ -380,10 +380,10 @@ extern int toupper(int); */ typedef struct Lock { - ulong val; + int val; } Lock; -extern ulong _tas(ulong*); +extern int _tas(int*); extern void lock(Lock*); extern void unlock(Lock*); -- cgit v1.2.3