e6499679d4
SYMPA is an electronic mailing list manager. It is used to automate list management functions such as subscription, moderation and management of archives. SYMPA also manages sending of messages to the lists, and makes it possible to reduce the load on the system. It also provides a web management interface, and an archive browser. With feedback from sthen@ and ajacoutot@, ok ajacoutot@
14 lines
387 B
Plaintext
14 lines
387 B
Plaintext
$OpenBSD: patch-src_bouncequeue_c,v 1.1.1.1 2010/03/27 11:47:13 landry Exp $
|
|
--- src/bouncequeue.c.orig Tue Jul 28 14:12:59 2009
|
|
+++ src/bouncequeue.c Wed Nov 11 22:24:44 2009
|
|
@@ -25,6 +25,9 @@
|
|
#include <sysexits.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
+#include <sys/types.h>
|
|
+#include <sys/stat.h>
|
|
+#include <unistd.h>
|
|
|
|
static char qfile[128];
|
|
static char buf[16384];
|