Changeset 10de842 in mainline for uspace/lib/http/src/headers.c


Ignore:
Timestamp:
2018-01-04T19:28:42Z (7 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0d0b319
Parents:
db3089d
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 19:18:29)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 19:28:42)
Message:

Change the way errno_t is defined, and put libhttp and libext4 error codes in <errno.h>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/http/src/headers.c

    rdb3089d r10de842  
    3434 */
    3535
     36#include <errno.h>
    3637#include <stdio.h>
    3738#include <stdlib.h>
     
    4142#include <http/http.h>
    4243#include <http/ctype.h>
    43 #include <http/errno.h>
    4444
    4545#define HTTP_HEADER_LINE "%s: %s\r\n"
Note: See TracChangeset for help on using the changeset viewer.