From 63f29d64f89b48a1d3542e00534264f76b4ef860 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 22 Dec 2001 20:32:57 +0000 Subject: 2001-12-22 Roland McGrath * spec.c (ps_emit_wait): Remove local extern decls for functions actually defined static. --- libps/spec.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libps/spec.c') diff --git a/libps/spec.c b/libps/spec.c index 1e30d95b..e0358edd 100644 --- a/libps/spec.c +++ b/libps/spec.c @@ -1,6 +1,6 @@ /* Access, formatting, & comparison routines for printing process info. - Copyright (C) 1995,96,97,99 Free Software Foundation, Inc. + Copyright (C) 1995,96,97,99,2001 Free Software Foundation, Inc. Written by Miles Bader @@ -731,7 +731,6 @@ ps_emit_wait (struct proc_stat *ps, struct ps_fmt_field *field, else if (strcmp (wait, "kernel") == 0) /* A syscall. RPC is actually the syscall number. */ { - extern char *get_syscall_name (int num); char *name = get_syscall_name (rpc); if (! name) { @@ -744,7 +743,6 @@ ps_emit_wait (struct proc_stat *ps, struct ps_fmt_field *field, /* An rpc (with msg id RPC); WAIT describes the dest port. */ { char port_name_buf[20]; - extern char *get_rpc_name (mach_msg_id_t num); char *name = get_rpc_name (rpc); /* See if we should give a more useful name for the port. */ -- cgit v1.2.3