mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
third_party/heimdal_build: Make Heimdal version strings const
This is to adapt to Heimdal: commit 997916e3f67d70bb52674829615c50455918fbb3 Author: Taylor R Campbell <campbell+heimdal@mumble.net> Date: Sun May 28 20:34:34 2023 +0000 krb5: Make heimdal_version and heimdal_long_version const. NOTE: THIS COMMIT WON’T COMPILE/WORK ON ITS OWN! Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
a25f549e9a
commit
7340351097
4
third_party/heimdal_build/roken.h
vendored
4
third_party/heimdal_build/roken.h
vendored
@ -159,8 +159,8 @@
|
||||
#undef SOCKET_WRAPPER_REPLACE
|
||||
#include "../heimdal/lib/roken/roken.h.in"
|
||||
|
||||
extern const char *heimdal_version;
|
||||
extern const char *heimdal_long_version;
|
||||
extern const char *const heimdal_version;
|
||||
extern const char *const heimdal_long_version;
|
||||
|
||||
/* we do not want any __APPLE__ magic */
|
||||
#ifdef __APPLE__
|
||||
|
Loading…
Reference in New Issue
Block a user