On Sun, 20 May 2012, Todd Lyons wrote: > From: Todd Lyons <[email protected]> > To: Michael Haardt <[email protected]>, [email protected], > Wolfgang Breyha <[email protected]> > Date: Sun, 20 May 2012 15:52:28 > Subject: Re: [exim] [exim-dev] Exim 4.80 RC1 uploaded > X-Spam-Score: 0.0 (/) > > On Sat, May 19, 2012 at 4:16 PM, Phil Pennock <[email protected]> wrote: > > > HP-UX 11 needs these additions to OS/os.h-HP-UX: > > > ---------- > > > typedef struct __res_state *res_state;
... OpenBSD needs the above change applied to OS/os.h-OpenBSD: diff -u os.h-OpenBSD.orig os.h-OpenBSD --- os.h-OpenBSD.orig Mon May 21 05:32:11 2012 +++ os.h-OpenBSD Mon May 21 09:55:27 2012 @@ -11,4 +11,6 @@ #define os_strsignal strsignal #define OS_STRSIGNAL +typedef struct __res_state *res_state; + Now have exim-4.80_RC4 running on OpenBSD5.1. Nothing special, it's just relaying mail to a smarthost. -- Dennis Davis, BUCS, University of Bath, Bath, BA2 7AY, UK [email protected] Phone: +44 1225 386101 -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
