From: Apple Date: Wed, 9 Dec 2015 05:19:44 +0000 (+0000) Subject: hfs-305.10.1.tar.gz X-Git-Tag: os-x-10112^0 X-Git-Url: https://git.saurik.com/apple/hfs.git/commitdiff_plain/f0ca99b00ba134c80c77acfc85a83f555cfadbe5 hfs-305.10.1.tar.gz --- diff --git a/mount_hfs/mount_hfs.c b/mount_hfs/mount_hfs.c index 4c531c7..afd8c3e 100644 --- a/mount_hfs/mount_hfs.c +++ b/mount_hfs/mount_hfs.c @@ -52,11 +52,6 @@ #include -#if TARGET_OS_EMBEDDED -#include -#include -#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);