summaryrefslogtreecommitdiff
path: root/os/osinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/osinit.c')
-rw-r--r--os/osinit.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/os/osinit.c b/os/osinit.c
index 995bf8c..7d0a068 100644
--- a/os/osinit.c
+++ b/os/osinit.c
@@ -50,12 +50,14 @@ in this Software without prior written authorization from The Open Group.
* @(#)osinit.c 4.3 5/7/91
*
*/
+/* $XFree86: xc/programs/xfs/os/osinit.c,v 1.5 2001/12/14 20:01:41 dawes Exp $ */
#include "os.h"
extern long LastReapTime;
-OsInit()
+void
+OsInit(void)
{
LastReapTime = GetTimeInMillis();
OsInitAllocator ();