Moved Sys_mkdir() to common/sys_common.c

!!! FIXME !!! Move Sys_DoubleTime() there too.
This commit is contained in:
Marcus Sundberg 2000-01-06 18:38:40 +00:00
parent 983243b577
commit 1c432eec0e

View file

@ -376,12 +376,6 @@ UpdateSbrk:
}
void Sys_mkdir (char *path)
{
mkdir (path, 0777);
}
void Sys_Sleep(void)
{
}