diff options
author | Roland McGrath <roland@gnu.org> | 2000-01-07 01:34:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-01-07 01:34:42 +0000 |
commit | 4c80e988c7bcb89f54b20eff2277a2153798b9d1 (patch) | |
tree | 92dec581f690e5e83a37921b5c863772b62298f2 /proc/proc.h | |
parent | 54c6afb460642e1069a9d3e9f9ebeb7cad2cd8ba (diff) |
2000-01-06 Roland McGrath <roland@baalperazim.frob.com>
* primes.c: File removed (long obsolete).
* proc.h: Don't declare nextprime.
Diffstat (limited to 'proc/proc.h')
-rw-r--r-- | proc/proc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/proc/proc.h b/proc/proc.h index 9f1d0556..0022b132 100644 --- a/proc/proc.h +++ b/proc/proc.h @@ -1,5 +1,5 @@ /* Process server definitions - Copyright (C) 1992,93,94,95,96,99 Free Software Foundation, Inc. + Copyright (C) 1992,93,94,95,96,99,2000 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -153,7 +153,6 @@ process_drop (struct proc *p) /* Forward declarations */ void complete_wait (struct proc *, int); -int nextprime (int); int check_uid (struct proc *, uid_t); void addalltasks (void); void prociterate (void (*)(struct proc *, void *), void *); |