diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-06-09 12:30:51 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-06-09 12:30:51 +0000 |
| commit | 13c8260ff19b8d186b77c30ae42db83c4f29e0b6 (patch) | |
| tree | 1ae8ae30db626c643ab3290b11f64f9898ffd2c2 | |
| parent | 8f936f937db0ed5589bc5a5f1916cb798977e270 (diff) | |
20080609-1330
| -rw-r--r-- | include/kern.h | 2 |
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); |
