Module Name:    src
Committed By:   christos
Date:           Sun Dec 18 16:34:19 UTC 2016

Modified Files:
        src/sys/external/bsd/acpica/dist/compiler: asloptions.c

Log Message:
Fix repro build.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.8 -r1.2 \
    src/sys/external/bsd/acpica/dist/compiler/asloptions.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/acpica/dist/compiler/asloptions.c
diff -u src/sys/external/bsd/acpica/dist/compiler/asloptions.c:1.1.1.8 src/sys/external/bsd/acpica/dist/compiler/asloptions.c:1.2
--- src/sys/external/bsd/acpica/dist/compiler/asloptions.c:1.1.1.8	Fri Nov 11 14:16:14 2016
+++ src/sys/external/bsd/acpica/dist/compiler/asloptions.c	Sun Dec 18 11:34:19 2016
@@ -70,8 +70,13 @@ AslDoResponseFile (
 #define ASL_TOKEN_SEPARATORS    " \t\n"
 #define ASL_SUPPORTED_OPTIONS   "@:a:b|c|d^D:e:f^gh^i|I:l^m:no|p:P^r:s|t|T+G^v^w|x:z"
 
+#ifdef ACPI_REPRO
+static char ASL_BUILD_DATE[] = "Jan 1, 1970";
+static char ASL_BUILD_TIME[] = "00:00:00";
+#else
 static char ASL_BUILD_DATE[] = __DATE__;
 static char ASL_BUILD_TIME[] = __TIME__;
+#endif
 
 
 /*******************************************************************************

Reply via email to