diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-15 18:17:43 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-20 17:51:15 +1000 |
commit | 7dc41624d037b85b8498c3a679415a74e00b90cf (patch) | |
tree | 8fc57e4f5d75a0069b200f4f2a4d2d6fc5582b44 /include | |
parent | 47915c865a0874420efcb4c624b0569d21df528e (diff) | |
download | busybox-w32-7dc41624d037b85b8498c3a679415a74e00b90cf.tar.gz busybox-w32-7dc41624d037b85b8498c3a679415a74e00b90cf.tar.bz2 busybox-w32-7dc41624d037b85b8498c3a679415a74e00b90cf.zip |
win32: implement inet_aton()
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index 53a0a0d67..d61d87bf3 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -15,6 +15,7 @@ typedef int pid_t; | |||
15 | */ | 15 | */ |
16 | static inline unsigned int git_ntohl(unsigned int x) { return (unsigned int)ntohl(x); } | 16 | static inline unsigned int git_ntohl(unsigned int x) { return (unsigned int)ntohl(x); } |
17 | #define ntohl git_ntohl | 17 | #define ntohl git_ntohl |
18 | int inet_aton(const char *cp, struct in_addr *inp); | ||
18 | 19 | ||
19 | /* | 20 | /* |
20 | * fcntl.h | 21 | * fcntl.h |