summaryrefslogtreecommitdiff
path: root/data/zip/timestamp.diff
diff options
context:
space:
mode:
Diffstat (limited to 'data/zip/timestamp.diff')
-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() */