diff options
Diffstat (limited to 'utils/frobauth.h')
-rw-r--r-- | utils/frobauth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/frobauth.h b/utils/frobauth.h index 2b9c78f1..b14a9707 100644 --- a/utils/frobauth.h +++ b/utils/frobauth.h @@ -30,7 +30,7 @@ struct frobauth { struct ugids ugids; pid_t *pids; - size_t num_pids; + mach_msg_type_number_t num_pids; int verbose, dry_run; /* User options */ uid_t default_user; /* If none specified; -1 means none. */ int require_ids; /* If true, require some ids be specified. */ |