summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/kern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kern.h b/include/kern.h
index 2b1f7b63..93121b8a 100644
--- a/include/kern.h
+++ b/include/kern.h
@@ -369,7 +369,7 @@ extern void sysfatal(char*, ...);
#pragma varargck argpos sysfatal 1
extern void syslog(int, char*, char*, ...);
#pragma varargck argpos syslog 3
-extern ulong _tas(ulong*);
+extern int _tas(int*);
extern long time(long*);
extern int tolower(int);
extern int toupper(int);