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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nsswitch/winbind_nss_hpux.h b/nsswitch/winbind_nss_hpux.h
index 393c0a35db..dba70a7657 100644
--- a/nsswitch/winbind_nss_hpux.h
+++ b/nsswitch/winbind_nss_hpux.h
@@ -133,9 +133,9 @@ typedef struct nss_XbyY_args {
/*
* 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;
+ * modules, so let's simply rename it:
*/
+ int h_errno_unused;
nss_status_t status;
} nss_XbyY_args_t;