- Version update to 1.7.2: * Couple of tiny fixes - Refresh patch xopen-source.patch OBS-URL: https://build.opensuse.org/request/show/508073 OBS-URL: https://build.opensuse.org/package/show/filesystems/openobex?expand=0&rev=22
14 lines
396 B
Diff
14 lines
396 B
Diff
Index: openobex-1.7.2-Source/apps/obex_tcp.c
|
|
===================================================================
|
|
--- openobex-1.7.2-Source.orig/apps/obex_tcp.c
|
|
+++ openobex-1.7.2-Source/apps/obex_tcp.c
|
|
@@ -22,7 +22,7 @@
|
|
#ifdef HAVE_CONFIG_H
|
|
#include <config.h>
|
|
#endif
|
|
-#define _XOPEN_SOURCE 520
|
|
+#define _XOPEN_SOURCE 600
|
|
#define _POSIX_C_SOURCE 201112L // for getaddrinfo()
|
|
|
|
#ifdef _WIN32
|