diff options
| author | Cameron Katri <me@cameronkatri.com> | 2021-05-23 11:51:14 -0400 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-05-23 11:51:14 -0400 |
| commit | af3b128436e874c2c42b6f154405af8ecf27168c (patch) | |
| tree | 0009a24f50f15d38577f04fd65af8d258da4d6f2 /system_cmds/mean.tproj | |
| parent | 6049e2ca2a32bf3cd895ac1279495d4bf61c638d (diff) | |
| download | apple_cmds-af3b128436e874c2c42b6f154405af8ecf27168c.tar.gz apple_cmds-af3b128436e874c2c42b6f154405af8ecf27168c.zip | |
system_cmds: Fix compilation for lower targets, downgrade lsmp
Diffstat (limited to 'system_cmds/mean.tproj')
| -rw-r--r-- | system_cmds/mean.tproj/mean.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system_cmds/mean.tproj/mean.c b/system_cmds/mean.tproj/mean.c index 87ecdc2..0c7268d 100644 --- a/system_cmds/mean.tproj/mean.c +++ b/system_cmds/mean.tproj/mean.c @@ -7,6 +7,7 @@ * */ +typedef char *kobject_description_t[512]; #include <mach/mach.h> #include <mach/task.h> #include <mach/thread_act.h> |
