Re: Problems building socklog on Solaris with -DWANT_SUN_DOOR
"Daniel Clark" <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
Gerrit - The following fix works for me on Solaris/Sparc 10. Didn't see a reply from Asif in the thread. On Sun, Oct 29, 2006 at 06:14:57PM -0500, Asif Iqbal wrote: > On 7/29/06, Asif Iqbal <vadud3 <at> gmail.com> 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 <at> <at> -3,6 +3,7 <at> <at> #include <sys/un.h> #include <unistd.h> #include <string.h> +#include "error.h" #include "strerr.h" #include "byte.h" #include "sgetopt.h" Thanks, Gerrit. -- Daniel Clark # http://planyp.us/djbclark/profile # http://dclark.us # http://opensysadmin.com