Hi,
I updated last week's patch to take Carl-Daniel's review into account.
Attached patch moves functions out of the huge libpayload.h into headers according to libc/posix traditions, to simplify porting applications to payloads.
It also adds a couple of functions: strcasecmp, strncasecmp, strcat, strtol, strspn, strcspn, strtok_r, strtok, perror, exit, getpagesize
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
On 6/22/10 5:17 PM, Patrick Georgi wrote:
Hi,
I updated last week's patch to take Carl-Daniel's review into account.
Attached patch moves functions out of the huge libpayload.h into headers according to libc/posix traditions, to simplify porting applications to payloads.
It also adds a couple of functions: strcasecmp, strncasecmp, strcat, strtol, strspn, strcspn, strtok_r, strtok, perror, exit, getpagesize
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
I get an unresolved symbol "errno" when compiling filo ... probably some file is missing an svn add?
With the issue fixed,
Acked-by: Stefan Reinauer stepan@coresystems.de