summaryrefslogtreecommitdiff
path: root/mail/popa3d/files.smtp/patch-pop_pbs.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-09-16 09:43:13 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-09-16 09:43:13 +0000
commit77b231c638775f0ab9cf62e13a8a0854e1172392 (patch)
tree982f1519d5c3c87190d6dca0c5fab81ef7db1b39 /mail/popa3d/files.smtp/patch-pop_pbs.c
parentAdd a warnig messages if IDEA is not build by configuration. (diff)
Added new functionality:
SMTP_RELAY aftersucessfull POP3 authentification. Option: SMPT_AFTER_POP=yes Documentation and popauth.m4 is included in this port. PR: 29906
Notes
Notes: svn path=/head/; revision=47862
Diffstat (limited to 'mail/popa3d/files.smtp/patch-pop_pbs.c')
-rw-r--r--mail/popa3d/files.smtp/patch-pop_pbs.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/popa3d/files.smtp/patch-pop_pbs.c b/mail/popa3d/files.smtp/patch-pop_pbs.c
new file mode 100644
index 000000000000..397de2d09e9c
--- /dev/null
+++ b/mail/popa3d/files.smtp/patch-pop_pbs.c
@@ -0,0 +1,11 @@
+--- pop_pbs.c.orig Mon Jul 16 11:38:00 2001
++++ pop_pbs.c Mon Jul 16 11:41:40 2001
+@@ -1,6 +1,7 @@
++#include <sys/types.h>
+ #include <sys/socket.h>
++#include <netinet/in.h>
+ #include <arpa/inet.h>
+-#include <sys/types.h>
+ #include <sys/stat.h>
+
+ char addr_buf[256];