selftest: Define template homedir for 'ad_member' env
[gd/samba-autobuild/.git] / nsswitch / winbind_nss_hpux.h
index 393c0a35dba7c50afd0414d83e141be601477db6..dba70a7657a5a6b60ca2df31b7773231137ea569 100644 (file)
@@ -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;