mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
Many changes since the last version, so please see: https://github.com/baresip/baresip/blob/main/CHANGELOG.md PR: ports/261035
11 lines
262 B
C
11 lines
262 B
C
--- src/audio.c.orig 2022-07-01 08:52:02 UTC
|
|
+++ src/audio.c
|
|
@@ -6,7 +6,7 @@
|
|
*/
|
|
#define _DEFAULT_SOURCE 1
|
|
#define _BSD_SOURCE 1
|
|
-#define _POSIX_C_SOURCE 199309L
|
|
+#define _POSIX_C_SOURCE 200112L
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
#ifdef HAVE_UNISTD_H
|