remove bogus patch

This commit is contained in:
kirby 2018-04-01 07:08:36 +00:00
parent 58dcbcd629
commit 3c8190062b

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-daemon_http-tx-mgr_c,v 1.5 2017/06/26 12:42:22 kirby Exp $
Index: daemon/http-tx-mgr.c
--- daemon/http-tx-mgr.c.orig
+++ daemon/http-tx-mgr.c
@@ -68,6 +68,10 @@
#define USER_AGENT_OS "BSD"
#endif
+#if defined __FreeBSD__ || defined __NetBSD__ || defined __OpenBSD__
+#define USER_AGENT_OS "BSD"
+#endif
+
struct _Connection {
CURL *curl;
gint64 ctime; /* Used to clean up unused connection. */