diff options
-rw-r--r-- | proc/proc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proc/proc.h b/proc/proc.h index 220b893a..b8a5068e 100644 --- a/proc/proc.h +++ b/proc/proc.h @@ -153,7 +153,6 @@ mach_port_t generic_port; /* messages not related to a specific proc */ /* Forward declarations */ void complete_wait (struct proc *, int); -void initprimes (void); int nextprime (int); int check_uid (struct proc *, uid_t); void addalltasks (void); |