summaryrefslogtreecommitdiff
path: root/data/zip
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-06-28 18:40:23 +0000
committerJay Freeman <saurik@saurik.com>2008-06-28 18:40:23 +0000
commit016418cd61ae9f4c2f210dfe3d7b077420129cd3 (patch)
treef7c3ee6a1d5ba6374d234f3f190059d4a6d47262 /data/zip
parent7b493b4c1beda8311ab3e9454ad77d10bdeb1363 (diff)
Removed even more timestamping.
git-svn-id: http://svn.telesphoreo.org/trunk@335 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/zip')
-rw-r--r--data/zip/timestamp.diff20
1 files changed, 20 insertions, 0 deletions
diff --git a/data/zip/timestamp.diff b/data/zip/timestamp.diff
new file mode 100644
index 000000000..096d7a1ba
--- /dev/null
+++ b/data/zip/timestamp.diff
@@ -0,0 +1,20 @@
+diff -ru zip232/unix/unix.c zip232+iPhone/unix/unix.c
+--- zip232/unix/unix.c 2006-05-29 22:35:00.000000000 +0000
++++ zip232+iPhone/unix/unix.c 2008-06-18 15:38:50.000000000 +0000
+@@ -829,14 +829,7 @@
+ #endif /* SGI */
+
+
+-/* Define the compile date string */
+-#ifdef __DATE__
+-# define COMPILE_DATE " on " __DATE__
+-#else
+-# define COMPILE_DATE ""
+-#endif
+-
+- printf("Compiled with %s for Unix (%s)%s.\n\n",
+- COMPILER_NAME, OS_NAME, COMPILE_DATE);
++ printf("Compiled with %s for Unix (%s).\n\n",
++ COMPILER_NAME, OS_NAME);
+
+ } /* end function version_local() */