Index: uspace/lib/drv/include/ops/clock.h
===================================================================
--- uspace/lib/drv/include/ops/clock.h	(revision b8d5f2bbdd55abe83f2c375691d944798ad9b65a)
+++ uspace/lib/drv/include/ops/clock.h	(revision 923b2eba2c475b653bf61196dd0fb30b0e24c215)
@@ -40,6 +40,6 @@
 
 typedef struct {
-	int (*time_set)(ddf_fun_t *, time_t);
-	int (*time_get)(ddf_fun_t *, time_t *);
+	int (*time_set)(ddf_fun_t *, struct tm *);
+	int (*time_get)(ddf_fun_t *, struct tm *);
 } clock_dev_ops_t;
 
