]> git.pld-linux.org Git - packages/expect.git/blame - expect-strf.patch
- lib64(AMD64) fix for expect
[packages/expect.git] / expect-strf.patch
CommitLineData
3d998d6a 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.03303 seconds and 4 git commands to generate.