ports/audio/re/files/patch-src_sip_auth.c
Denis Polygalov ce31373e1b audio/re: Update to 2.12.0
Many changes since the last version, so please see:

https://github.com/baresip/re/blob/main/CHANGELOG.md

PR:	ports/261035
2023-03-25 09:10:06 +00:00

12 lines
238 B
C

--- src/sip/auth.c.orig 2022-10-01 08:24:34 UTC
+++ src/sip/auth.c
@@ -3,6 +3,9 @@
*
* Copyright (C) 2010 Creytiv.com
*/
+#ifndef ETIME
+#define ETIME ETIMEDOUT
+#endif
#include <time.h>
#include <string.h>
#include <re_types.h>