From f0ca99b00ba134c80c77acfc85a83f555cfadbe5 Mon Sep 17 00:00:00 2001 From: Apple Date: Wed, 9 Dec 2015 05:19:44 +0000 Subject: [PATCH] hfs-305.10.1.tar.gz --- mount_hfs/mount_hfs.c | 7 ------- 1 file changed, 7 deletions(-) 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); -- 2.47.2