Re: [Wireshark-dev] wireshark-0.99.7 build stopped under HP-UX 11.11

2008-01-03 Thread Stephen Fisher
On Thu, Jan 03, 2008 at 01:37:17PM +0100, Falk Hayn wrote: > the build of wireshark-0.99.7 stopped under HP-UX 11.11 > > Root cause: > ~~~ > Within privileges.c, the right API calls will be selected Thanks for your report! Would you mind going to http://bugs.wireshark.org and opening

[Wireshark-dev] wireshark-0.99.7 build stopped under HP-UX 11.11

2008-01-03 Thread Falk Hayn
Dear Ladies and Sirs, the build of wireshark-0.99.7 stopped under HP-UX 11.11 Root cause: ~~~ Within privileges.c, the right API calls will be selected #ifdef HAVE_SETRESGID setresgid(rgid, rgid, rgid); #else setgid(rgid); setegid(rgid);