]> Dogcows Code - chaz/tar/blob - patches/getopt.diff
6dc0dbf5241692a91849762a3da83678c0f05b8c
[chaz/tar] / patches / getopt.diff
1 Index: lib/getopt.c
2 --- gnulib/lib/getopt.c Thu Mar 11 15:04:48 2004
3 +++ lib/getopt.c Sun May 16 12:34:12 2004
4 @@ -48,7 +48,7 @@
5 # endif
6 #endif
7
8 -#ifndef ELIDE_CODE
9 +#if defined WANT_INCLUDED_GETOPT || !defined ELIDE_CODE
10
11
12 /* This needs to come after some library #include
13 Index: lib/getopt1.c
14 --- gnulib/lib/getopt1.c Tue Mar 9 21:42:23 2004
15 +++ lib/getopt1.c Sun May 16 12:34:36 2004
16 @@ -46,7 +46,7 @@
17 #endif
18 #endif
19
20 -#ifndef ELIDE_CODE
21 +#if defined WANT_INCLUDED_GETOPT || !defined ELIDE_CODE
22
23
24 /* This needs to come after some library #include
This page took 0.03953 seconds and 3 git commands to generate.