diff options
| author | Cameron Katri <me@cameronkatri.com> | 2021-05-09 15:20:31 -0400 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-05-09 15:20:31 -0400 |
| commit | cf7726234760b8310f32e5ef4ad770675cfcf424 (patch) | |
| tree | 0eaa40d13aa7e70becbd65c41da7731808dcd666 /diskdev_cmds/disklib/preen.c | |
| parent | 245fad093fb2344f571a615c51b44d265cca26db (diff) | |
| download | apple_cmds-cf7726234760b8310f32e5ef4ad770675cfcf424.tar.gz apple_cmds-cf7726234760b8310f32e5ef4ad770675cfcf424.zip | |
diskdev_cmds: Patch it all
Diffstat (limited to 'diskdev_cmds/disklib/preen.c')
| -rw-r--r-- | diskdev_cmds/disklib/preen.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/diskdev_cmds/disklib/preen.c b/diskdev_cmds/disklib/preen.c index f7128e0..34a10a4 100644 --- a/diskdev_cmds/disklib/preen.c +++ b/diskdev_cmds/disklib/preen.c @@ -66,7 +66,6 @@ #include <string.h> #include <TargetConditionals.h> -#if TARGET_OS_OSX struct part { struct part *next; /* forward link of partitions on disk */ char *name; /* device name */ @@ -387,6 +386,3 @@ rawname(name) (void)strlcat(rawbuf, &dp[1], sizeof(rawbuf)); return (rawbuf); } - -#endif /* TARGET_OS_OSX */ - |
