Marcus Meissner
0d1becc2e9
Add reproducible.patch to allow for reproducible builds OBS-URL: https://build.opensuse.org/request/show/451880 OBS-URL: https://build.opensuse.org/package/show/Base:System/mawk?expand=0&rev=18
14 lines
523 B
Diff
14 lines
523 B
Diff
Index: mawk-1.3.4-20150503/makescan.c
|
|
===================================================================
|
|
--- mawk-1.3.4-20150503.orig/makescan.c
|
|
+++ mawk-1.3.4-20150503/makescan.c
|
|
@@ -96,7 +96,7 @@ scan_print(void)
|
|
register int r; /* row */
|
|
|
|
printf("/*\n * %cMawkId%c\n * generated by makescan.c\n * date: %s */\n",
|
|
- '$', '$', ctime(&now));
|
|
+ '$', '$', "Sun Jan 1 00:00:01 2017");
|
|
printf("#include \"scancode.h\"\n");
|
|
printf("/* *INDENT-OFF* */\n");
|
|
printf("char scan_code[256] = {\n");
|