Changeset 736 for branches/samba-3.5.x/nsswitch/winbind_nss_hpux.h
- Timestamp:
- Nov 12, 2012, 5:38:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/nsswitch/winbind_nss_hpux.h
r414 r736 131 131 void *returnval; 132 132 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 */ 134 139 nss_status_t status; 135 140 } nss_XbyY_args_t;
Note:
See TracChangeset
for help on using the changeset viewer.