Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!GARNET.BERKELEY.EDU!rusty From: rusty@GARNET.BERKELEY.EDU Newsgroups: gnu.emacs.bug Subject: movemail with MAIL_USE_FLOCK Message-ID: <8904280201.AA19565@garnet.berkeley.edu> Date: 28 Apr 89 02:01:20 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: Computer Center, UC Berkeley Lines: 11 In GNU Emacs 18.54.1 of Thu Apr 27 1989 on garnet.berkeley.edu (berkeley-unix) In etc/movemail.c there is a line flock (indesc, LOCK_EX); It should be changed to if (flock (indesc, LOCK_EX) == -1) pfatal_with_name(inname);