Use the socket portability layer when needed. v2016.08.08.00
authorChristopher Dykes <cdykes@fb.com>
Fri, 5 Aug 2016 22:16:29 +0000 (15:16 -0700)
committerFacebook Github Bot 4 <facebook-github-bot-4-bot@fb.com>
Fri, 5 Aug 2016 22:23:24 +0000 (15:23 -0700)
commitc98aec4e22a8b71c7e5d6d35ebd2671be811ea2b
tree0df5921777d119e2734f92ebdec4cf031ee7df8d
parentf3d9a55fea64803a153e9f4abfde46c664fbd47b
Use the socket portability layer when needed.

Summary: This switches the places in Folly that need to explicitly reference the socket portability implementation to do exactly that.

Reviewed By: yfeldblum

Differential Revision: D3299984

fbshipit-source-id: 57cd8ebe66c9055aba66581a8c0fcf6c125d96f9
folly/FileUtil.cpp
folly/SocketAddress.cpp
folly/SocketAddress.h
folly/io/async/AsyncServerSocket.cpp
folly/io/async/AsyncSocket.cpp
folly/io/async/AsyncUDPSocket.cpp
folly/io/async/test/AsyncSocketTest.h
folly/io/async/test/AsyncSocketTest2.cpp
folly/io/test/ShutdownSocketSetTest.cpp
folly/test/SocketAddressTest.cpp