mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
Many changes since the last version, so please see: https://github.com/baresip/re/blob/main/CHANGELOG.md PR: ports/261035
12 lines
238 B
C
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>
|