pkgs/servers/dante/clang-osint-m4.patch
0 → 100644
+34
−0
Loading
Fix two configure checks that fail on clang 16 due to unexpected errors: * Undefined type `uint8_t` by including `stdint.h`; and * Unused `sa_len_ptr` by incrementing the target of the pointer.