===================================================================
Gbp-Pq: Name kfreebsd-debuginfod
#include <regex.h>
#include <string.h>
#include <stdbool.h>
+#ifdef __linux__
#include <linux/limits.h>
+#endif
#include <time.h>
#include <utime.h>
#include <sys/syscall.h>
curl_global_init(CURL_GLOBAL_DEFAULT);
}
+#ifndef ETIME
+#define ETIME ETIMEDOUT /* Timer expired, fallback if not found in errno.h like on Linux */
+#endif
+
struct debuginfod_client
{
/* Progress/interrupt callback function. */