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

Samba Server 3.5: update branche to 3.5.16

File:
1 edited

Legend:

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

    r414 r736  
    131131        void *returnval;
    132132        int erange;
    133         int h_errno;
     133        /*
     134        *  h_errno is defined as function call macro for multithreaded applications
     135        *  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;
     138        */
    134139        nss_status_t status;
    135140} nss_XbyY_args_t;
Note: See TracChangeset for help on using the changeset viewer.