#include <assert.h>
#include <minix/endpoint.h>
+#include <minix/u64.h>
#if USE_FORK
if (rpc->p_scheduler)
RTS_SET(rpc, RTS_NO_QUANTUM);
+ make_zero64(rpc->p_cpu_time_left);
+ make_zero64(rpc->p_cycles);
+
/* If the parent is a privileged process, take away the privileges from the
* child process and inhibit it from running by setting the NO_PRIV flag.
* The caller should explicitely set the new privileges before executing.