From 39aaa94bf0a1c68b3fe15e3622c96766f0f22ff2 Mon Sep 17 00:00:00 2001 From: Apple Date: Tue, 27 Sep 2016 22:36:46 +0000 Subject: [PATCH] file_cmds-264.50.1.tar.gz --- ls/print.c | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.45.2