1 /* The kernel call implemented in this file:
4 * The parameters for this kernel call are:
8 #include "kernel/system.h"
10 #include <minix/endpoint.h>
12 /*===========================================================================*
14 *===========================================================================*/
15 int do_stime(struct proc
* caller
, message
* m_ptr
)
17 boottime
= m_ptr
->T_BOOTTIME
;