diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-29 20:14:29 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-29 20:14:29 +0000 |
commit | b7f2a844e2cc4af706ca6398788d640bc0c41890 (patch) | |
tree | 68cb606dee48b3a7467b0de2306017c51f7f6443 /proc/proc.h | |
parent | 187a26925a669606a8c7d18b05917e4dfd2dc769 (diff) |
Formerly proc.h.~4~
Diffstat (limited to 'proc/proc.h')
-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); |