diff options
Diffstat (limited to 'proc/mgt.c')
-rw-r--r-- | proc/mgt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1219,7 +1219,7 @@ add_tasks (task_t task) /* Allocate a new unused PID. (Unused means it is neither the pid nor pgrp of any relevant data.) */ int -genpid () +genpid (void) { #define WRAP_AROUND 30000 #define START_OVER 100 |