]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix fallback macros in udppktinfo.c 1462/head
authorSergey Fedorov <vital.had@gmail.com>
Fri, 10 Oct 2025 05:54:40 +0000 (13:54 +0800)
committerGreg Hudson <ghudson@mit.edu>
Wed, 15 Oct 2025 03:57:46 +0000 (23:57 -0400)
commit67abc25fa9deadd3638bb1b78373d2f08de0d54d
tree287282e1a2c50d3d13ffde3898b12c45ff47509f
parent081d329beae207ee8110bb18bb2e938d3c683568
Fix fallback macros in udppktinfo.c

Commit 87b7d86676bff0b64a9eea39849abc97fdbe2972 changed the signatures
of several udppktinfo.c functions, but did not update the fallback
macro signatures to match.  Update the fallback macros.  Fixes a build
error observed on macOS 10.6.8.

[ghudson@mit.edu: fixed additional fallback macros; edited commit
message]
src/lib/apputils/udppktinfo.c