0001-Minor-fix.patch 914 B

123456789101112131415161718192021222324252627282930
  1. From 641d3f489cf6238bb916368d4ba0d9325a235afb Mon Sep 17 00:00:00 2001
  2. From: Sergey Poznyakoff <gray@gnu.org>
  3. Date: Mon, 20 Jan 2020 07:45:39 +0200
  4. Subject: Minor fix * src/global.c: Remove superfluous declaration of
  5. program_name
  6. [Retrieved from:
  7. https://git.savannah.gnu.org/cgit/cpio.git/commit/?id=641d3f489cf6238bb916368d4ba0d9325a235afb]
  8. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
  9. ---
  10. src/global.c | 3 ---
  11. 1 file changed, 3 deletions(-)
  12. diff --git a/src/global.c b/src/global.c
  13. index fb3abe9..acf92bc 100644
  14. --- a/src/global.c
  15. +++ b/src/global.c
  16. @@ -184,9 +184,6 @@ unsigned int warn_option = 0;
  17. /* Extract to standard output? */
  18. bool to_stdout_option = false;
  19. -/* The name this program was run with. */
  20. -char *program_name;
  21. -
  22. /* A pointer to either lstat or stat, depending on whether
  23. dereferencing of symlinks is done for input files. */
  24. int (*xstat) ();
  25. --
  26. cgit v1.2.1