From: Alan T. DeKok Date: Fri, 17 May 2024 14:26:51 +0000 (-0400) Subject: undef const X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4954ce6442340d44bfd4c41472b25e772fca041e;p=thirdparty%2Ffreeradius-server.git undef const --- diff --git a/src/lib/bio/base.h b/src/lib/bio/base.h index ea2b052b687..cd41a09c818 100644 --- a/src/lib/bio/base.h +++ b/src/lib/bio/base.h @@ -198,3 +198,5 @@ int fr_bio_free(fr_bio_t *bio) CC_HINT(nonnull); char const *fr_bio_strerror(ssize_t error); int fr_bio_cb_set(fr_bio_t *bio, fr_bio_cb_funcs_t const *cb) CC_HINT(nonnull(1)); + +#undef _CONST