diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-25 16:18:17 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-25 16:18:17 +0000 |
commit | fbc434b8fb0da40c30fe8858a549d46005a43c93 (patch) | |
tree | 5d4197dc63628b92a4358c463ef831d20630e54d /mail/mmc/files/patch-ae | |
parent | add dictd, dict protocol (RFC 2229) server (diff) |
Update to 0.5.
Notes
Notes:
svn path=/head/; revision=37575
Diffstat (limited to '')
-rw-r--r-- | mail/mmc/files/patch-ae | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/mail/mmc/files/patch-ae b/mail/mmc/files/patch-ae index a371e75d7962..4603f7c96edc 100644 --- a/mail/mmc/files/patch-ae +++ b/mail/mmc/files/patch-ae @@ -1,9 +1,12 @@ ---- src/smtp.cc 2000/07/21 13:33:45 1.1 -+++ src/smtp.cc 2000/07/21 13:34:24 -@@ -20,6 +20,7 @@ - For the complete License see the file COPYING. - */ - + +$FreeBSD$ + +--- src/smtp.cc.orig Fri Jan 19 18:06:46 2001 ++++ src/smtp.cc Thu Jan 25 17:44:11 2001 +@@ -23,6 +23,7 @@ + #ifdef HAVE_CONFIG_H + # include<config.h> + #endif +#include <sys/types.h> #include<sys/socket.h> #include<gnome.h> |