Subversion Repositories HelenOS

Rev

Rev 4559 | Rev 4582 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4559 Rev 4578
Line 36... Line 36...
36
 
36
 
37
#include <errno.h>
37
#include <errno.h>
38
#include <mem.h>
38
#include <mem.h>
39
#include <stdio.h>
39
#include <stdio.h>
40
 
40
 
-
 
41
#include "include/in.h"
-
 
42
#include "include/in6.h"
41
#include "include/inet.h"
43
#include "include/inet.h"
42
#include "include/socket.h"
44
#include "include/socket.h"
43
 
45
 
44
int inet_pton( uint16_t family, const char * address, uint8_t * data ){
46
int inet_pton( uint16_t family, const char * address, uint8_t * data ){
45
    const char *    next;
47
    const char *    next;