Index: uspace/app/date/date.c
===================================================================
--- uspace/app/date/date.c	(revision df7f9fb531c6a11341911f0e9deec990da7f8ecd)
+++ uspace/app/date/date.c	(revision 1d03e8624d55cc2446a937a2e7b82e7617866732)
@@ -136,6 +136,5 @@
 
 	/* Connect to the device */
-	async_sess_t *sess = loc_service_connect(EXCHANGE_SERIALIZE,
-	    svc_id, 0);
+	async_sess_t *sess = loc_service_connect(svc_id, INTERFACE_DDF, 0);
 	if (!sess) {
 		printf(NAME ": Cannot connect to the device\n");
