git: 9front

Download patch

ref: 4ec711b13db6c5c571ba6cdb59eda81b72ae72e0
parent: c1667c6586d99561f64a8aa875b9261346711a69
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue May 20 01:21:22 EDT 2014

syscall: add missing _nsec() declaration

--- a/sys/src/cmd/syscall/syscall.c
+++ b/sys/src/cmd/syscall/syscall.c
@@ -26,6 +26,7 @@
 int	_fsession(char*, void*, int);
 int	_mount(int, char*, int, char*);
 int	_wait(void*);
+int	_nsec(vlong*);
 
 struct{
 	char	*name;
--