SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,12 @@
Index: lib/utils/mu-utils-format.hh
--- lib/utils/mu-utils-format.hh.orig
+++ lib/utils/mu-utils-format.hh
@@ -52,7 +52,7 @@ std::string format(const char* frm, ...) __attribute__
*
* @return a formatted string
*/
-std::string vformat(const char* frm, va_list args) __attribute__((format(printf, 1, 0)));
+std::string vformat(const char* frm, __va_list args) __attribute__((format(printf, 1, 0)));
} // namepace Mu