Changes in uspace/srv/ns/service.c [25a179e:7b616e2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/ns/service.c
r25a179e r7b616e2 36 36 #include <errno.h> 37 37 #include <stdio.h> 38 #include < stdlib.h>38 #include <malloc.h> 39 39 #include "service.h" 40 40 #include "ns.h" … … 173 173 sysarg_t arg3 = IPC_GET_ARG3(*call); 174 174 sysarg_t flags = IPC_GET_ARG4(*call); 175 int retval;175 sysarg_t retval; 176 176 177 177 ht_link_t *link = hash_table_find(&service_hash_table, &service);
Note:
See TracChangeset
for help on using the changeset viewer.