Ignore:
Timestamp:
Nov 12, 2012, 5:44:39 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.17

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/nsswitch/winbind_nss_hpux.h

    r736 r737  
    134134        *  h_errno is defined as function call macro for multithreaded applications
    135135        *  in HP-UX. *this* h_errno is not used in the HP-UX codepath of our nss
    136         *  modules, so let's simply comment it out here:
    137         * int h_errno;
     136        *  modules, so let's simply rename it:
    138137        */
     138        int h_errno_unused;
    139139        nss_status_t status;
    140140} nss_XbyY_args_t;
Note: See TracChangeset for help on using the changeset viewer.