]> Dogcows Code - chaz/tar/commitdiff
Added to the repository
authorSergey Poznyakoff <gray@gnu.org.ua>
Sun, 16 May 2004 20:46:30 +0000 (20:46 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sun, 16 May 2004 20:46:30 +0000 (20:46 +0000)
patches/argp.diff [new file with mode: 0644]
patches/getopt.diff [new file with mode: 0644]

diff --git a/patches/argp.diff b/patches/argp.diff
new file mode 100644 (file)
index 0000000..26c2e9f
--- /dev/null
@@ -0,0 +1,11 @@
+--- gnulib/lib/argp-help.c     Sun Apr  4 16:32:34 2004
++++ lib/argp-help.c    Sun May 16 13:18:15 2004
+@@ -1690,7 +1690,7 @@ void __argp_help (const struct argp *arg
+ weak_alias (__argp_help, argp_help)
+ #endif
+-#ifndef _LIBC
++#ifndef __argp_short_program_name
+ char *__argp_basename (char *name)
+ {
+   char *short_name = strrchr (name, '/');
diff --git a/patches/getopt.diff b/patches/getopt.diff
new file mode 100644 (file)
index 0000000..6dc0dbf
--- /dev/null
@@ -0,0 +1,24 @@
+Index: lib/getopt.c
+--- gnulib/lib/getopt.c        Thu Mar 11 15:04:48 2004
++++ lib/getopt.c       Sun May 16 12:34:12 2004
+@@ -48,7 +48,7 @@
+ # endif
+ #endif
+-#ifndef ELIDE_CODE
++#if defined WANT_INCLUDED_GETOPT || !defined ELIDE_CODE
+ /* This needs to come after some library #include
+Index: lib/getopt1.c
+--- gnulib/lib/getopt1.c       Tue Mar  9 21:42:23 2004
++++ lib/getopt1.c      Sun May 16 12:34:36 2004
+@@ -46,7 +46,7 @@
+ #endif
+ #endif
+-#ifndef ELIDE_CODE
++#if defined WANT_INCLUDED_GETOPT || !defined ELIDE_CODE
+ /* This needs to come after some library #include
This page took 0.024785 seconds and 4 git commands to generate.