You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-laptop/mbpfan/files/mbpfan-2.3.0-clang16-build-...

13 lines
273 B

Bug: https://bugs.gentoo.org/894522
Upstream PR: https://github.com/linux-on-mac/mbpfan/pull/261
--- a/src/util.c
+++ b/src/util.c
@@ -1,6 +1,7 @@
#include <stdarg.h>
#include <stdio.h>
#define __USE_MISC
+#define _BSD_SOURCE
#include <syslog.h>
#include "global.h"