cf24d26896
Copy from home:a_jaeger:branches:openSUSE:Factory/zip via accept of submit request 34193 revision 2. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/34193 OBS-URL: https://build.opensuse.org/package/show/Archiving/zip?expand=0&rev=7
18 lines
438 B
Diff
18 lines
438 B
Diff
Index: unix/unix.c
|
|
===================================================================
|
|
--- unix/unix.c.orig
|
|
+++ unix/unix.c
|
|
@@ -835,11 +835,7 @@ void version_local()
|
|
|
|
|
|
/* Define the compile date string */
|
|
-#ifdef __DATE__
|
|
-# define COMPILE_DATE " on " __DATE__
|
|
-#else
|
|
-# define COMPILE_DATE ""
|
|
-#endif
|
|
+#define COMPILE_DATE ""
|
|
|
|
printf("Compiled with %s for Unix (%s)%s.\n\n",
|
|
COMPILER_NAME, OS_NAME, COMPILE_DATE);
|