prototype, provide one.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13327
dc483132-0cff-0310-8789-
dd5450dbe970
+2001-06-11 Ezra Peisach <epeisach@mit.edu>
+
+ * str_conv.c: If strptime() is present on system without a
+ prototype, provide one.
+
2001-06-07 Ezra Peisach <epeisach@mit.edu>
* vfy_increds.c (krb5_verify_init_creds): Get rid of a variable
#endif
#ifdef HAVE_STRPTIME
-#ifdef NEED_STRPTIME_PROTOTYPE
+#ifdef NEED_STRPTIME_PROTO
extern char *strptime (const char *, const char *,
struct tm *);
#endif