opnsense-ports/math/scipoptsuite/files/patch-ug_src_ug_paraSysTimer.h
Franco Fichtner 4bf7251dc9 */*: sync with upstream
Taken from: FreeBSD
2024-06-20 13:34:26 +02:00

13 lines
250 B
C

--- ug/src/ug/paraSysTimer.h.orig 2024-06-17 04:20:33 UTC
+++ ug/src/ug/paraSysTimer.h
@@ -55,6 +55,10 @@
#define BSD
#endif /* SUN_OS */
+#ifdef __FreeBSD__
+#define BSD
+#endif /* SUN_OS */
+
#ifdef SOLARIS
#define SYSV
#endif /* SOLARIS */