git: 9front

Download patch

ref: d3baf8d592bf968b5db96aa61a14aca46bad0816
parent: 6404650f4b70e9ac233b6a2fbd38b92a02e8d3b5
author: ftrvxmtrx <ftrvxmtrx@gmail.com>
date: Tue Jun 9 08:29:57 EDT 2015

esetcursor(2), alarm(2): fix prototypes

--- a/sys/man/2/event
+++ b/sys/man/2/event
@@ -73,7 +73,7 @@
 int	emoveto(Point p)
 .PP
 .B
-int	esetcursor(Cursor *c)
+void	esetcursor(Cursor *c)
 .PP
 .B
 int	eenter(char *ask, char *buf, int len, Mouse *m)
--- a/sys/man/2/sleep
+++ b/sys/man/2/sleep
@@ -10,7 +10,7 @@
 int sleep(long millisecs)
 .PP
 .B
-long alarm(unsigned long millisecs)
+long alarm(ulong millisecs)
 .SH DESCRIPTION
 .I Sleep
 suspends the current process for the number
--