git: 9front

Download patch

ref: c436d17417a823410c4a96c5d6fc9f6576d33644
parent: aaeb7ee49c91f9e29f8816909cb2824465bc1505
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Thu Jan 12 16:11:34 EST 2017

sgi: change definition of tas() to take void* like the rest

--- a/sys/src/9/sgi/fns.h
+++ b/sys/src/9/sgi/fns.h
@@ -50,7 +50,7 @@
 void	setwired(ulong);
 ulong	stlbhash(ulong);
 void	syscall(Ureg*);
-int	tas(ulong*);
+int	tas(void*);
 void	tlbinit(void);
 ulong	tlbvirt(void);
 void	touser(void*);
--