]> git.meshlink.io Git - catta/commit
add uname and socklen_t to windows compat layer
authorSven M. Hallberg <pesco@khjk.org>
Tue, 26 Aug 2014 18:49:49 +0000 (20:49 +0200)
committerSven M. Hallberg <pesco@khjk.org>
Tue, 26 Aug 2014 18:49:49 +0000 (20:49 +0200)
commit45fd76be0ef793b130720bb64b0356aa4e4566ec
treed07ca317c314d6e4d677022f75e72b9689128eea
parentd80c70d36363762e0cf1534e654e122d741fbc5d
add uname and socklen_t to windows compat layer
21 files changed:
compat/windows/include/arpa/inet.h [deleted file]
compat/windows/include/net/if.h [deleted file]
compat/windows/include/netinet/in.h [deleted file]
compat/windows/include/sys/ioctl.h [deleted file]
compat/windows/include/sys/poll.h [deleted file]
compat/windows/include/sys/select.h [deleted file]
compat/windows/include/sys/socket.h [deleted file]
compat/windows/wincompat.h [deleted file]
configure.ac
src/Makefile.am
src/compat/windows/include/arpa/inet.h [new file with mode: 0644]
src/compat/windows/include/net/if.h [new file with mode: 0644]
src/compat/windows/include/netinet/in.h [new file with mode: 0644]
src/compat/windows/include/sys/ioctl.h [new file with mode: 0644]
src/compat/windows/include/sys/poll.h [new file with mode: 0644]
src/compat/windows/include/sys/select.h [new file with mode: 0644]
src/compat/windows/include/sys/socket.h [new file with mode: 0644]
src/compat/windows/include/sys/utsname.h [new file with mode: 0644]
src/compat/windows/wincompat.c [new file with mode: 0644]
src/compat/windows/wincompat.h [new file with mode: 0644]
src/entry.c