+2002-02-07 Richard Henderson <rth@redhat.com>
+
+ * adaint.c (__gnat_to_gm_time): First arg is int, not time_t.
+ * adaint.h (__gnat_to_gm_time): Update prototype.
+
2002-01-30 Richard Henderson <rth@redhat.com>
* trans.c (tree_transform) [N_Loop_Statement]: Use
* *
* A D A I N T *
* *
- * $Revision$
+ * $Revision: 1.6 $
* *
* C Implementation File *
* *
\f
void
__gnat_to_gm_time (p_time, p_year, p_month, p_day, p_hours, p_mins, p_secs)
- time_t *p_time;
- int *p_year, *p_month, *p_day, *p_hours, *p_mins, *p_secs;
+ int *p_time, *p_year, *p_month, *p_day, *p_hours, *p_mins, *p_secs;
{
struct tm *res;
time_t time = *p_time;
* *
* A D A I N T *
* *
- * $Revision$
+ * $Revision: 1.4 $
* *
* C Header File *
* *
#include <dirent.h>
-extern void __gnat_to_gm_time PARAMS ((time_t *, int *,
+extern void __gnat_to_gm_time PARAMS ((int *, int *,
int *, int *,
int *, int *,
int *));