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 9e06e9fa2ad4e420ee2d58124b8efef7309293d6)
@@ -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;
 
