logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

0013-Remove-build-date.patch (544B)


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