[comp.mail.elm] Elm 2.0 gamma bug fix

mike@aleytys.UU.NET (Michael Kent) (05/29/88)

In the filter directory of the Elm 2.0 gamma release, the file lock.c
includes <sys/file.h> without including <sys/types.h>.  A typedef defined
in <sys/types.h> is referenced in <sys/file.h>.

Point patch at the filter directory and feed me to it:

*** lock.c.orig	Sat May 28 09:32:02 1988
--- lock.c	Sat May 28 09:32:15 1988
***************
*** 9,14
  
  #include <stdio.h>
  #include <fcntl.h>
  #include <sys/file.h>
  
  #include "defs.h"

--- 9,15 -----
  
  #include <stdio.h>
  #include <fcntl.h>
+ #include <sys/types.h>
  #include <sys/file.h>
  
  #include "defs.h"


By the way, I got Elm 2.0 gamma via anonymous UUCP from killer.
Add this line to your L.sys/Systems file:

killer Wk1900-0700,Sa,Su ACU 2400 12148213795 in:--in: uupdsrc word: Public

and do:

uucp -m killer!/bbsys4/elm2.0.tar.Z ~
-- 
Michael Kent                      INTERNET: mike@aleytys.UU.NET
Center for M.C.E.                 UUCP:     ...!{uflorida, uunet}!aleytys!mike
2521 NW 57th Pl.                  VOICE:    +1-904-335-1573
Gainesville, Fl 32606             "These are MY opinions, get your own!"