patch-Src_mail_c 515 B

12345678910111213
  1. $OpenBSD: patch-Src_mail_c,v 1.2 2014/04/14 20:53:58 naddy Exp $
  2. --- Src/mail.c.orig Sun Nov 9 12:12:04 2003
  3. +++ Src/mail.c Mon Apr 14 21:25:49 2014
  4. @@ -152,7 +152,7 @@ int sendmail(BUFFER *message, char *from, BUFFER *addr
  5. /* Step 2: Stat the file. Wait for ENOENT as a response. */
  6. for (count = 0;; count++) {
  7. - snprintf(path, PATHMAX, "%s%cout.%lu.%u_%lu.%s,S=%lu.txt",
  8. + snprintf(path, PATHMAX, "%s%cout.%u.%u_%lu.%s,S=%lu.txt",
  9. POOLDIR, DIRSEP, time(NULL),
  10. #ifdef POSIX
  11. getpid(),