Files
haikuports/mail-client/mutt/patches/mutt-1.14.6.patchset
2020-08-03 10:04:26 +03:00

24 lines
461 B
Plaintext

From 5b516e78cc734558b1fb07b3095e5eabd2b432f4 Mon Sep 17 00:00:00 2001
From: "Charles W. Ross" <15680744+cwross@users.noreply.github.com>
Date: Sun, 2 Aug 2020 17:28:35 -0600
Subject: Add #ifdef for Haiku
diff --git a/getdomain.c b/getdomain.c
index a30a5dc..4b78644 100644
--- a/getdomain.c
+++ b/getdomain.c
@@ -28,6 +28,9 @@
#include "mutt.h"
+#ifdef __HAIKU__
+#define _SC_HOST_NAME_MAX 72
+#endif
int getdnsdomainname (BUFFER *d)
{
--
2.28.0