blob: 9995d710d6a3f69d341d64d15ceeff374487a7e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aa,v 1.2 1998/08/07 11:09:02 agc Exp $
--- 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
|