summaryrefslogtreecommitdiff
path: root/network_io/unix
diff options
context:
space:
mode:
authormturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2021-12-02 21:21:18 +0000
committermturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2021-12-02 21:21:18 +0000
commitb25d6e804e6a8a6297fe50bcf172633f6fc62a65 (patch)
treeededff55d7051624a164926ea86ad603d6776026 /network_io/unix
parentb3a1666add26881edbb7fe9a94f38a33da9c355c (diff)
downloadlibapr-b25d6e804e6a8a6297fe50bcf172633f6fc62a65.tar.gz
Stage 3 in dismantling _WIN32_WCE ... cleanup code
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1895508 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'network_io/unix')
-rw-r--r--network_io/unix/sockaddr.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/network_io/unix/sockaddr.c b/network_io/unix/sockaddr.c
index 1c807a10b..5cee61933 100644
--- a/network_io/unix/sockaddr.c
+++ b/network_io/unix/sockaddr.c
@@ -75,16 +75,6 @@ struct apr_ipsubnet_t {
#define AIX_SERVNAME_HACK 0
#endif
-#ifdef _WIN32_WCE
-/* XXX: BS solution. Need an HAVE_GETSERVBYNAME and actually
- * do something here, to provide the obvious proto mappings.
- */
-static void *getservbyname(const char *name, const char *proto)
-{
- return NULL;
-}
-#endif
-
static apr_status_t get_local_addr(apr_socket_t *sock)
{
sock->local_addr->salen = sizeof(sock->local_addr->sa);