]> git.saurik.com Git - apple/file_cmds.git/commitdiff
file_cmds-230.tar.gz os-x-109 os-x-1091 os-x-1092 os-x-1093 os-x-1094 os-x-1095 v230
authorApple <opensource@apple.com>
Tue, 3 Jul 2012 22:18:36 +0000 (22:18 +0000)
committerApple <opensource@apple.com>
Tue, 3 Jul 2012 22:18:36 +0000 (22:18 +0000)
file_cmds.xcodeproj/project.pbxproj
install/xinstall.c
stat/stat.c

index 83e7031130464e063b6c7f146145dbe1f3ee3dce..4298ee4677df763316496588d40eab0e8afaae89 100644 (file)
                FC8A8BC914B648EF001B97AD /* Release */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
+                               GCC_PREPROCESSOR_DEFINITIONS = (
+                                       "$(inherited)",
+                                       "HAVE_CONFIG_H=0",
+                               );
                        };
                        name = Release;
                };
                                WARNING_CFLAGS = (
                                        "-Wall",
                                        "-Werror",
+                                       "-Wundef",
                                );
                        };
                        name = Release;
index e70342b0cd9b39cb8b4b222e51d0b24a70996b87..88616e214e74b74277d62e49597af55927ffabdf 100644 (file)
@@ -67,6 +67,7 @@ static const char rcsid[] =
 #include <spawn.h>
 
 #ifdef __APPLE__
+#include <TargetConditionals.h>
 #include <copyfile.h>
 #endif /* __APPLE__ */
 
index 0191ba864bc1dc727c7235cda7f54f751088a66a..8869f728f2a23ec9b69aae3debfd23ce2b1dd78c 100644 (file)
@@ -50,6 +50,7 @@ __FBSDID("$FreeBSD: src/usr.bin/stat/stat.c,v 1.6 2003/10/06 01:55:17 dougb Exp
 #define HAVE_STRUCT_STAT_ST_GEN 1
 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
 #define HAVE_STRUCT_STAT_ST_MTIMENSEC 1
+#define HAVE_STRUCT_STAT_ST_ATIM 0
 #define HAVE_DEVNAME 1
 #endif /* HAVE_CONFIG_H */