]> git.pld-linux.org Git - packages/expect.git/blob - expect-strf.patch
plomby
[packages/expect.git] / expect-strf.patch
1 --- expect-5.28/exp_strf.c      Fri May  3 22:01:25 1996
2 +++ expect-5.28.pld/exp_strf.c  Sun Jan 31 20:18:39 1999
3 @@ -97,8 +97,9 @@
4  static int weeknumber();
5  adddecl(static int iso8601wknum();)
6  #else
7 -
8 +#if !((__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 1))
9  extern char *strchr(const char *str, int ch);
10 +#endif /* GNU libc-2.1 */
11  extern char *getenv(const char *v);
12  static int weeknumber(const struct tm *timeptr, int firstweekday);
13  adddecl(static int iso8601wknum(const struct tm *timeptr);)
This page took 0.028382 seconds and 3 git commands to generate.