]> git.saurik.com Git - apple/file_cmds.git/commitdiff
file_cmds-264.50.1.tar.gz macos-10124 macos-10125 macos-10126 v264.50.1
authorApple <opensource@apple.com>
Tue, 27 Sep 2016 22:36:46 +0000 (22:36 +0000)
committerApple <opensource@apple.com>
Tue, 27 Sep 2016 22:36:46 +0000 (22:36 +0000)
ls/print.c

index b43f6b7b0cdf7bc10203c3612f39b1e08794f65b..de04bf300661fa22f064666e4514377aa5847b74 100644 (file)
@@ -51,10 +51,8 @@ __RCSID("$FreeBSD: src/bin/ls/print.c,v 1.57 2002/08/29 14:29:09 keramida Exp $"
 #include <grp.h>
 #include <pwd.h>
 #include <TargetConditionals.h>
-#if !TARGET_OS_EMBEDDED
 #include <membership.h>
 #include <membershipPriv.h>
-#endif
 #include <uuid/uuid.h>
 #endif
 
@@ -203,9 +201,6 @@ static struct {
 static char *
 uuid_to_name(uuid_t *uu) 
 {
-#if TARGET_OS_EMBEDDED
-       return strdup("<UNKNOWN>");
-#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