summaryrefslogtreecommitdiff
path: root/nsswitch/winbind_nss_hpux.h
diff options
context:
space:
mode:
Diffstat (limited to 'nsswitch/winbind_nss_hpux.h')
-rw-r--r--nsswitch/winbind_nss_hpux.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/nsswitch/winbind_nss_hpux.h b/nsswitch/winbind_nss_hpux.h
index 40a352d4d3..393c0a35db 100644
--- a/nsswitch/winbind_nss_hpux.h
+++ b/nsswitch/winbind_nss_hpux.h
@@ -130,7 +130,12 @@ typedef struct nss_XbyY_args {
void *returnval;
int erange;
- int h_errno;
+ /*
+ * h_errno is defined as function call macro for multithreaded applications
+ * in HP-UX. *this* h_errno is not used in the HP-UX codepath of our nss
+ * modules, so let's simply comment it out here:
+ * int h_errno;
+ */
nss_status_t status;
} nss_XbyY_args_t;