Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Commit

Permalink
Revert changes to deps/cares/config/os390/ares_config.h in commit 31b…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-cc-chen committed Mar 4, 2019
1 parent 31b0ba5 commit 9d4b2ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/cares/config/os390/ares_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#define GETNAMEINFO_TYPE_ARG7 int

/* Specifies the number of arguments to getservbyport_r */
// #define GETSERVBYPORT_R_ARGS 4
#define GETSERVBYPORT_R_ARGS 4

/* Specifies the size of the buffer to pass to getservbyport_r */
#define GETSERVBYPORT_R_BUFSIZE sizeof(struct servent_data)
Expand Down Expand Up @@ -116,7 +116,7 @@
#define HAVE_GETNAMEINFO 1

/* Define to 1 if you have the getservbyport_r function. */
// #define HAVE_GETSERVBYPORT_R 1
#define HAVE_GETSERVBYPORT_R 1

/* Define to 1 if you have the `gettimeofday' function. */
#define HAVE_GETTIMEOFDAY 1
Expand Down

0 comments on commit 9d4b2ae

Please sign in to comment.