openbsd-ports/www/clearsilver/patches/patch-cgi_date_h

12 lines
415 B
Plaintext
Raw Normal View History

--- cgi/date.h.orig Fri Jul 1 03:21:30 2005
+++ cgi/date.h Fri Apr 28 00:04:19 2006
@@ -17,7 +17,7 @@
__BEGIN_DECLS
NEOERR *export_date_tm (HDF *obj, const char *prefix, struct tm *ttm);
-NEOERR *export_date_time_t (HDF *obj, const char *prefix, const char *timezone,
+NEOERR *export_date_time_t (HDF *obj, const char *prefix, const char *neotimezone,
time_t tt);
__END_DECLS