summaryrefslogtreecommitdiff
path: root/lang/guile/patches/patch-aa
blob: b76ed7c24b294882f5e4a0fcf6f3d9882b53308b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- libguile/stime.c.orig	Sun Nov  2 14:40:38 1997
+++ libguile/stime.c	Sun Nov  2 14:44:52 1997
@@ -81,7 +81,9 @@
 extern char *tzname[]; /* RS6000 and others reject char **tzname.  */
 #endif
 
+#ifndef HAVE_STRPTIME
 char *strptime ();
+#endif
 
 /* This should be figured out by autoconf.  */
 #ifdef CLK_TCK