fetchmail-friends
[Top] [All Lists]

[fetchmail]fetchmail 5.8.2 compile problem

2001-05-10 13:05:46
I support fetchmail on 8 different platforms, and recently upgraded
from 5.7.0 to 5.8.2.  On one of the platforms (SunOS 4.1),
daemon.c failed to compile.  There was only one line changed
in the new version, namely

  sa_new.sa_flags = SA_RESTART;

I just changed this to:

#ifdef SA_RESTART
  sa_new.sa_flags = SA_RESTART;
#endif

Which should be OK for other platforms too.

--
Peter Fales                       Lucent Technologies, Room 5B-408
N9IYJ                             2000 N Naperville Rd PO Box 3033
internet: psfales(_at_)lucent(_dot_)com   Naperville, IL 60566-7033
                                  work: (630) 979-8031



<Prev in Thread] Current Thread [Next in Thread>
  • [fetchmail]fetchmail 5.8.2 compile problem, Peter Fales <=