From 181b716d654861e688a0b2e97c5467df3e6d5c5c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 31 Mar 2001 23:09:21 +0000 Subject: 2001-03-29 Neal H Walfield * host.c: Fix comments. (ps_host_basic_info): Make INITIALIZED static; otherwise we never cache BUF. Do not initalize static variables to 0. (ps_host_sched_info): Likewise. * ps.h: Doc fix. --- libps/ps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libps/ps.h') diff --git a/libps/ps.h b/libps/ps.h index 417ad374..82375d97 100644 --- a/libps/ps.h +++ b/libps/ps.h @@ -40,7 +40,7 @@ struct ps_user uid_t uid; /* The status */ - enum ps_user_passwd_state passwd_state; + enum ps_user_passwd_state passwd_state; /* The user's password file entry. Only valid if PASSWD_STATE == PS_USER_PASSWD_OK. */ -- cgit v1.2.3