From 4eb9bbc7d2ade31d78789fdfd5146d7639c60d83 Mon Sep 17 00:00:00 2001 From: junovitch Date: Sun, 1 May 2016 21:07:06 +0000 Subject: mail/dspam: fix build; remove duplicate patch hunks in to files PR: 209184 Submitted by: Danny Warren (maintainer) Pointy hat to: junovitch --- mail/dspam/files/patch-src__client.c | 11 ----------- mail/dspam/files/patch-src__daemon.c | 11 ----------- 2 files changed, 22 deletions(-) (limited to 'mail') diff --git a/mail/dspam/files/patch-src__client.c b/mail/dspam/files/patch-src__client.c index e960ce553c41..8e3339ec7583 100644 --- a/mail/dspam/files/patch-src__client.c +++ b/mail/dspam/files/patch-src__client.c @@ -9,14 +9,3 @@ int domain = 0; int addr_len; char *host; ---- src/client.c.orig 2012-04-11 18:48:33 UTC -+++ src/client.c -@@ -304,7 +304,7 @@ int client_connect(AGENT_CTX *ATX, int f - struct sockaddr_un saun; - int sockfd; - int yes = 1; -- int port = 24; -+ int port = 2424; - int domain = 0; - int addr_len; - char *host; diff --git a/mail/dspam/files/patch-src__daemon.c b/mail/dspam/files/patch-src__daemon.c index 3fee692297c2..522129422db4 100644 --- a/mail/dspam/files/patch-src__daemon.c +++ b/mail/dspam/files/patch-src__daemon.c @@ -9,14 +9,3 @@ signal(SIGPIPE, SIG_IGN); signal(SIGINT, process_signal); ---- src/daemon.c.orig 2012-04-11 18:48:33 UTC -+++ src/daemon.c -@@ -97,7 +97,7 @@ int daemon_listen(DRIVER_CTX *DTX) { - int domain = 0; /* listening on domain socket? */ - int listener; /* listener fd */ - int i; -- int port = 24, queue = 32; /* default port and queue size */ -+ int port = 2424, queue = 32; /* default port and queue size */ - - signal(SIGPIPE, SIG_IGN); - signal(SIGINT, process_signal); -- cgit