aboutsummaryrefslogtreecommitdiffstats
path: root/mail/xc-mail/files/patch-ad
blob: e770067308cb89e33c28b737cfbc295976db8fd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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)