From 016418cd61ae9f4c2f210dfe3d7b077420129cd3 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Sat, 28 Jun 2008 18:40:23 +0000 Subject: Removed even more timestamping. git-svn-id: http://svn.telesphoreo.org/trunk@335 514c082c-b64e-11dc-b46d-3d985efe055d --- data/zip/timestamp.diff | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/zip/timestamp.diff (limited to 'data/zip/timestamp.diff') 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() */ -- cgit v1.2.3