Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/ns/service.c

    r25a179e r7b616e2  
    3636#include <errno.h>
    3737#include <stdio.h>
    38 #include <stdlib.h>
     38#include <malloc.h>
    3939#include "service.h"
    4040#include "ns.h"
     
    173173        sysarg_t arg3 = IPC_GET_ARG3(*call);
    174174        sysarg_t flags = IPC_GET_ARG4(*call);
    175         int retval;
     175        sysarg_t retval;
    176176       
    177177        ht_link_t *link = hash_table_find(&service_hash_table, &service);
Note: See TracChangeset for help on using the changeset viewer.