From e97ff727a16e8e840c127125e55a034250ced5b5 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 13 May 2002 22:23:15 +0000 Subject: 2002-05-13 Roland McGrath * ps.h (proc_stat_state_tags): Make decl extern, not common. --- libps/ps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libps/ps.h b/libps/ps.h index 84015d31..eb9a4cd8 100644 --- a/libps/ps.h +++ b/libps/ps.h @@ -400,7 +400,7 @@ struct proc_stat /* This is a constant string holding a single character for each possible bit in a proc_stats STATE field, in order from bit zero. These are intended for printing a user-readable summary of a process's state. */ -char *proc_stat_state_tags; +extern char *proc_stat_state_tags; /* Process info accessor functions. -- cgit v1.2.3