You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/mail-mta/netqmail/files/1.06-exit.patch

19 lines
551 B

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"