List of supplementary groups was not correct. Fixed.

* glibtop_private.h, procuid.c, procdata.c: List of supplementary
        groups was not correct. Fixed.
This commit is contained in:
Drazen Kacar
1999-05-06 01:15:44 +00:00
parent 3f65468299
commit ab7f1cc3be
4 changed files with 26 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ int glibtop_get_proc_data_psinfo_s (glibtop *server, struct psinfo *psinfo, pid_
int glibtop_get_proc_data_usage_s (glibtop *server, struct prusage *prusage, pid_t pid);
/* Read /proc/<pid>/cred */
int glibtop_get_proc_credentials_s(glibtop *, struct prcred *, pid_t);
int glibtop_get_proc_credentials_s(glibtop *, struct prcred *, gid_t *, pid_t);
/* Read /proc/<pid>/status */
int glibtop_get_proc_status_s(glibtop *, struct pstatus *, pid_t);