X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/9ff57b47208c9bb53d13a03402af55b7c35d46b9..93be40ace77e7454e2cd9044c2f670e2208b3b08:/usr/src/usr.bin/mail/fio.c diff --git a/usr/src/usr.bin/mail/fio.c b/usr/src/usr.bin/mail/fio.c index 55b3889465..8fb39d29ba 100644 --- a/usr/src/usr.bin/mail/fio.c +++ b/usr/src/usr.bin/mail/fio.c @@ -10,7 +10,7 @@ * File I/O. */ -static char *SccsId = "@(#)fio.c 2.9 %G%"; +static char *SccsId = "@(#)fio.c 2.10 %G%"; /* * Set up the input pointers while copying the mail file into @@ -361,7 +361,7 @@ edstop() if ((mp->m_flag & MDELETED) != 0) continue; c++; - if (send(mp, obuf) < 0) { + if (send(mp, obuf, 0) < 0) { perror(editfile); relsesigs(); reset(0);