Index: uspace/lib/packet/generic/packet_server.c
===================================================================
--- uspace/lib/packet/generic/packet_server.c	(revision 3090715676f30abd73f254cc5af6ce848ef206a7)
+++ uspace/lib/packet/generic/packet_server.c	(revision 88a1bb93df868fc1adbd2828fa084c020bf5913c)
@@ -103,5 +103,5 @@
 };
 
-int packet_translate_local(int phone, packet_ref packet, packet_id_t packet_id)
+int packet_translate_local(int phone, packet_t *packet, packet_id_t packet_id)
 {
 	if (!packet)
Index: uspace/lib/packet/include/packet_local.h
===================================================================
--- uspace/lib/packet/include/packet_local.h	(revision 3090715676f30abd73f254cc5af6ce848ef206a7)
+++ uspace/lib/packet/include/packet_local.h	(revision 88a1bb93df868fc1adbd2828fa084c020bf5913c)
@@ -43,5 +43,5 @@
 /*@{*/
 
-extern int packet_translate_local(int, packet_ref, packet_id_t);
+extern int packet_translate_local(int, packet_t *, packet_id_t);
 extern packet_t packet_get_4_local(int, size_t, size_t, size_t, size_t);
 extern packet_t packet_get_1_local(int, size_t);
