diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-14 01:29:12 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-14 01:29:12 +0000 |
commit | 6c391f1c41cd877b9f25364eca7fce76188dee6e (patch) | |
tree | 69312f4d7dbbd6d16d07c988ea88815e542bc10e /mail/ssmtp/files/patch-ssmtp.c | |
parent | new port: net/hinfo, look up host info for anti-spam use (diff) |
update of mail/ssmtp to 2.50.9
update of mail/ssmtp to 2.60.3
PR: ports/40344
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'mail/ssmtp/files/patch-ssmtp.c')
-rw-r--r-- | mail/ssmtp/files/patch-ssmtp.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ssmtp/files/patch-ssmtp.c b/mail/ssmtp/files/patch-ssmtp.c new file mode 100644 index 000000000000..1baf75ad41e6 --- /dev/null +++ b/mail/ssmtp/files/patch-ssmtp.c @@ -0,0 +1,10 @@ +--- ssmtp.c.orig Sun Dec 8 18:26:20 2002 ++++ ssmtp.c Mon Apr 7 01:24:52 2003 +@@ -14,6 +14,7 @@ + */ + #define VERSION "2.60.1" + ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> + #include <sys/param.h> |