mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
mutt : bump (#2811)
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
From 71de919e2ba5b93d8004047e32adc0186241827b Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
|
||||
Date: Mon, 26 Dec 2016 21:43:34 +0100
|
||||
Subject: [PATCH] Haiku patch
|
||||
|
||||
---
|
||||
getdomain.c | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
diff --git a/getdomain.c b/getdomain.c
|
||||
index 15803af..8abd415 100644
|
||||
--- a/getdomain.c
|
||||
+++ b/getdomain.c
|
||||
@@ -28,6 +28,10 @@
|
||||
|
||||
#include "mutt.h"
|
||||
|
||||
+#ifdef __HAIKU__
|
||||
+#define _SC_HOST_NAME_MAX 72
|
||||
+#endif
|
||||
+
|
||||
|
||||
int getdnsdomainname (char *d, size_t len)
|
||||
{
|
||||
--
|
||||
2.10.2
|
||||
|
||||
Reference in New Issue
Block a user