ports/comms/sigrok/libsigrok/patches/patch-src_std_c

14 lines
234 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/std.c
--- src/std.c.orig
+++ src/std.c
@@ -25,9 +25,6 @@
* @internal
*/
-/* Needed for gettimeofday(), at least on FreeBSD. */
-#define _XOPEN_SOURCE 700
-
#include <config.h>
#include <string.h>
#include <math.h>