Changeset 737 for branches/samba-3.5.x/nsswitch
- Timestamp:
- Nov 12, 2012, 5:44:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/nsswitch/winbind_nss_hpux.h
r736 r737 134 134 * h_errno is defined as function call macro for multithreaded applications 135 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; 136 * modules, so let's simply rename it: 138 137 */ 138 int h_errno_unused; 139 139 nss_status_t status; 140 140 } nss_XbyY_args_t;
Note:
See TracChangeset
for help on using the changeset viewer.