summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proc/proc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/proc/proc.h b/proc/proc.h
index 1344df03..39755986 100644
--- a/proc/proc.h
+++ b/proc/proc.h
@@ -110,10 +110,9 @@ struct login
struct ids
{
- int i_nuids, i_ngids;
- uid_t *i_uids;
- gid_t *i_gids;
int i_refcnt;
+ int i_nuids;
+ uid_t i_uids[0];
};
/* Structure for an exception port we are listening on. */