1From f6fa609c9074df6df59023e032f5397c44b40e8d Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Bobbio?= <lunar@debian.org>
3Date: Sat, 15 Jun 2019 18:13:11 -0700
4Subject: [PATCH] Remove build date
5
6---
7 unix/unix.c | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/unix/unix.c b/unix/unix.c
11index efa97fc..816e3da 100644
12--- a/unix/unix.c
13+++ b/unix/unix.c
14@@ -1705,7 +1705,7 @@ void version(__G)
15 #endif /* Sun */
16 #endif /* SGI */
17
18-#ifdef __DATE__
19+#if 0
20 " on ", __DATE__
21 #else
22 "", ""
23--
242.20.1
25