logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://anongit.hacktivis.me/git/overlay.git/

gzsig-20060130-gzsig.c-remove-__dead-for-now.patch (497B)


  1. From c8245d1c8550082040bbceb24ad78da2156ffd88 Mon Sep 17 00:00:00 2001
  2. From: "Haelwenn (lanodan) Monnier" <contact@hacktivis.me>
  3. Date: Sat, 13 Sep 2025 06:38:58 +0200
  4. Subject: [PATCH 1/4] gzsig.c: remove __dead for now
  5. ---
  6. gzsig.c | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/gzsig.c b/gzsig.c
  9. index 00d074c..637a24e 100644
  10. --- a/gzsig.c
  11. +++ b/gzsig.c
  12. @@ -40,7 +40,7 @@
  13. #include "extern.h"
  14. -static __dead void
  15. +static void
  16. usage(void)
  17. {
  18. sign_usage();
  19. --
  20. 2.49.1