summaryrefslogtreecommitdiff
path: root/mail/balsa2/patches/patch-ai
blob: 43fdb34459b0daa1e7e66b8f4fca9860b18df468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ai,v 1.3 2006/02/08 18:25:24 drochner Exp $

--- libbalsa/mailbox_mh.c.orig	2005-05-22 23:11:29.000000000 +0200
+++ libbalsa/mailbox_mh.c
@@ -26,6 +26,7 @@
 #define _XOPEN_SOURCE_EXTENDED 1
 /* to compile this on BSD/Darwin */
 #undef _POSIX_SOURCE
+#define _NETBSD_SOURCE 1
 
 #include <unistd.h>
 #include <fcntl.h>