Re: Problems building socklog on Solaris with -DWANT_SUN_DOOR
Gerrit Pape <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <20061205103512.28822.qmail@476635765cdf6e.315fe32.mid.smarden.org> |
On Sun, Oct 29, 2006 at 06:14:57PM -0500, Asif Iqbal wrote: > On 7/29/06, Asif Iqbal <[email protected]> wrote: > >I had to do this workaround for socklog-2.0.3 on Solaris 8 > > I had to do the same two workarounds w/ socklog-2.1.o on Solaris 8. Just an > FYI Hi Asif, does it help if you add #include "error.h" to src/socklog-check.c?: --- src/socklog-check.c 26 Feb 2006 13:30:37 -0000 1.2 +++ src/socklog-check.c 5 Dec 2006 10:31:52 -0000 @@ -3,6 +3,7 @@ #include <sys/un.h> #include <unistd.h> #include <string.h> +#include "error.h" #include "strerr.h" #include "byte.h" #include "sgetopt.h" Thanks, Gerrit.