$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. */
