]> git.saurik.com Git - apple/hfs.git/commitdiff
hfs-305.10.1.tar.gz os-x-10112 os-x-10113 os-x-10114 os-x-10115 os-x-10116 v305.10.1
authorApple <opensource@apple.com>
Wed, 9 Dec 2015 05:19:44 +0000 (05:19 +0000)
committerApple <opensource@apple.com>
Wed, 9 Dec 2015 05:19:44 +0000 (05:19 +0000)
mount_hfs/mount_hfs.c

index 4c531c7ac6c1180194d3bc56f698372d41a13381..afd8c3e9312a9dbffae12fa09445e3fa72f831a0 100644 (file)
 
 #include <TargetConditionals.h>
 
-#if TARGET_OS_EMBEDDED
-#include <dirent.h>
-#include <fts.h>
-#endif /* TARGET_OS_EMBEDDED */
-
 /* Sensible wrappers over the byte-swapping routines */
 #include "hfs_endian.h"
 #if !TARGET_OS_EMBEDDED
@@ -446,7 +441,6 @@ load_encoding(struct hfs_mnt_encoding *encp)
        return (0);
 }
 
-
 int
 main(argc, argv)
        int argc;
@@ -641,7 +635,6 @@ main(argc, argv)
                        args.hfs_mask = sb.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO);
        }
 
-
 #if DEBUG
     printf("mount_hfs: calling mount: \n" );
     printf("\tdevice = %s\n", dev);