From: Apple Date: Tue, 27 Sep 2016 22:36:46 +0000 (+0000) Subject: file_cmds-264.50.1.tar.gz X-Git-Tag: macos-10124^0 X-Git-Url: https://git.saurik.com/apple/file_cmds.git/commitdiff_plain/39aaa94bf0a1c68b3fe15e3622c96766f0f22ff2 file_cmds-264.50.1.tar.gz --- diff --git a/ls/print.c b/ls/print.c index b43f6b7..de04bf3 100644 --- a/ls/print.c +++ b/ls/print.c @@ -51,10 +51,8 @@ __RCSID("$FreeBSD: src/bin/ls/print.c,v 1.57 2002/08/29 14:29:09 keramida Exp $" #include #include #include -#if !TARGET_OS_EMBEDDED #include #include -#endif #include #endif @@ -203,9 +201,6 @@ static struct { static char * uuid_to_name(uuid_t *uu) { -#if TARGET_OS_EMBEDDED - return strdup(""); -#else /* !TARGET_OS_EMBEDDED */ int type; char *name = NULL; char *recname = NULL; @@ -233,7 +228,6 @@ errout: uuid_unparse_upper(*uu, name); return name; -#endif /* !TARGET_OS_EMBEDDED */ } static void