Index: uspace/app/date/date.c
===================================================================
--- uspace/app/date/date.c	(revision df7f9fb531c6a11341911f0e9deec990da7f8ecd)
+++ uspace/app/date/date.c	(revision bae1e1f6864fcff51386ca7dda92f703816ffeef)
@@ -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");
