Index: uspace/lib/usbhid/src/hidpath.c
===================================================================
--- uspace/lib/usbhid/src/hidpath.c	(revision 3ca4ae9c9b4cde02fa9f3b939ec667020958c088)
+++ uspace/lib/usbhid/src/hidpath.c	(revision 58e4d85ce498861509fd56f58413b1cd38ab29f6)
@@ -73,5 +73,5 @@
  * @return Error code
  */
-int usb_hid_report_path_append_item(usb_hid_report_path_t *usage_path, 
+errno_t usb_hid_report_path_append_item(usb_hid_report_path_t *usage_path, 
                                     int32_t usage_page, int32_t usage)
 {	
@@ -423,5 +423,5 @@
  * @return Error code
  */
-int usb_hid_report_path_set_report_id(usb_hid_report_path_t *path, 
+errno_t usb_hid_report_path_set_report_id(usb_hid_report_path_t *path, 
 	uint8_t report_id)
 {
