summaryrefslogtreecommitdiff
path: root/mail-mta/netqmail/files/1.06-exit.patch
blob: e0e7dea0f324d74c86ca8faf75c64796c0fc3a41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: netqmail-1.06/qmail-pw2u.c
===================================================================
--- netqmail-1.06.orig/qmail-pw2u.c
+++ netqmail-1.06/qmail-pw2u.c
@@ -1,3 +1,4 @@
+#include <unistd.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include "substdio.h"
Index: netqmail-1.06/qmail-qmtpd.c
===================================================================
--- netqmail-1.06.orig/qmail-qmtpd.c
+++ netqmail-1.06/qmail-qmtpd.c
@@ -1,3 +1,4 @@
+#include <unistd.h>
 #include "stralloc.h"
 #include "substdio.h"
 #include "qmail.h"