aboutsummaryrefslogtreecommitdiffstats
path: root/mail/xc-mail/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'mail/xc-mail/files/patch-ad')
-rw-r--r--mail/xc-mail/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/xc-mail/files/patch-ad b/mail/xc-mail/files/patch-ad
new file mode 100644
index 00000000000..e770067308c
--- /dev/null
+++ b/mail/xc-mail/files/patch-ad
@@ -0,0 +1,11 @@
+--- src/sendmail.cxx.orig Sat Sep 9 14:45:54 2000
++++ src/sendmail.cxx Mon Oct 2 00:07:59 2000
+@@ -101,7 +101,7 @@
+ ::send(sockfd,b,len,0);
+ // alarm(0);
+ }
+- fcntl(sockfd,F_SETFL,O_SYNC);
++ fcntl(sockfd,F_SETFL,O_FSYNC);
+ return r;
+ }
+ int sendmail::RCPT(void)