MIME-Version: 1.0 Subject: git commit Content-Transfer-Encoding: binary From: ghudson@mit.edu X-RT-Interface: API Content-Type: text/plain; charset="utf-8" X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Disposition: inline X-RT-Original-Encoding: ascii RT-Message-ID: Content-Length: 647 Fix net-server.c when AI_NUMERICSERV is undefined Some macOS versions do not define AI_NUMERICSERV. Other source files check whether it is defined before using it; do so here as well. [ghudson@mit.edu: rewrote commit message; slightly changed approach] (cherry picked from commit f8ecc0ae74c7ebd84f042e28079aa6b4b2ae405c) https://github.com/krb5/krb5/commit/6401b303ad7bcd56228ba77fdcbea9625b168115 Author: Sergey Fedorov Committer: Greg Hudson Commit: 6401b303ad7bcd56228ba77fdcbea9625b168115 Branch: krb5-1.20 src/lib/apputils/net-server.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)