]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix net-server.c when AI_NUMERICSERV is undefined 1252/head
authorSergey Fedorov <vital.had@gmail.com>
Thu, 26 May 2022 17:06:38 +0000 (01:06 +0800)
committerGreg Hudson <ghudson@mit.edu>
Wed, 1 Jun 2022 00:38:43 +0000 (20:38 -0400)
commitf8ecc0ae74c7ebd84f042e28079aa6b4b2ae405c
tree69b84e1f23c0953f9943e9b3ddb3fbbf3d07c943
parentacd384036d41553a3dd2337be8a18dfd089abef7
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]

ticket: 9062 (new)
tags: pullup
target_version: 1.20-next
src/lib/apputils/net-server.c