From 3295dbbe1cacfa59162c633aadd10db7614a98f4 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Tue, 9 May 2023 00:31:09 +0300 Subject: utils: Port to x86_64 Message-Id: <20230508213136.608575-15-bugaevc@gmail.com> --- utils/frobauth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/frobauth.h') 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. */ -- cgit v1.2.3