s3: fix build on HP-UX
commit96bf61ac6075bda4fbaac91a964ac5ac119a0dbf
authorBjörn Jacke <bj@sernet.de>
Thu, 10 Jun 2010 15:19:16 +0000 (10 17:19 +0200)
committerKarolin Seeger <kseeger@samba.org>
Sat, 30 Jun 2012 11:45:03 +0000 (30 13:45 +0200)
treeeef9f089b9a58ac73865d71272a94a6e46d7a6f4
parent58ab75f7beaf54722bb45d9f4fcbdd5118e9230b
s3: fix build on HP-UX

this struct member h_errno is not used in the HP-UX code paths, it was just
there because Solaris has it, too. As h_errno is a function call macro on HP-UX
when thread support is enabled we run into trouble here. Just commenting it out
should be okay as we don't use it anyway.
(cherry picked from commit ec94efb79d4516b09c7d1d93a4ff8ce0f7046f41)

Fix bug #9011 - Build on HP-UX broken.
(cherry picked from commit 9658d8e13dc045a338a7b1496a6cc3ce5ed0e704)
nsswitch/winbind_nss_hpux.h