diff options
| author | Cameron Katri <me@cameronkatri.com> | 2021-05-23 11:50:48 -0400 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-05-23 11:50:48 -0400 |
| commit | 6049e2ca2a32bf3cd895ac1279495d4bf61c638d (patch) | |
| tree | 5eead04e146929ed3adc3941717671944cff58ea /shell_cmds/systime/systime.c | |
| parent | a5d67cf8b3beb8310964dc989d6bc95ac6503fe9 (diff) | |
| download | apple_cmds-6049e2ca2a32bf3cd895ac1279495d4bf61c638d.tar.gz apple_cmds-6049e2ca2a32bf3cd895ac1279495d4bf61c638d.zip | |
shell_cmds: Fix compilation for lower targets
Diffstat (limited to 'shell_cmds/systime/systime.c')
| -rw-r--r-- | shell_cmds/systime/systime.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell_cmds/systime/systime.c b/shell_cmds/systime/systime.c index 555fc6a..38159b8 100644 --- a/shell_cmds/systime/systime.c +++ b/shell_cmds/systime/systime.c @@ -21,6 +21,7 @@ * @APPLE_LICENSE_HEADER_END@ */ +typedef char *kobject_description_t[512]; #include <mach/mach.h> #include <err.h> #include <errno.h> |
