mawk/reproducible.patch

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");