Changeset 38d150e in mainline for uspace/srv/devman/util.h


Ignore:
Timestamp:
2017-12-02T09:44:11Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
40feeac
Parents:
b5abaf7
Message:

Prefer to get memory allocation functions through the standard stdlib header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/util.h

    rb5abaf7 r38d150e  
    3535
    3636#include <ctype.h>
     37#include <stdlib.h>
    3738#include <str.h>
    38 #include <malloc.h>
    3939
    4040extern char *get_abs_path(const char *, const char *, const char *);
Note: See TracChangeset for help on using the changeset viewer.