Changeset 745 for trunk/server/nsswitch/winbind_nss_hpux.h
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/nsswitch/winbind_nss_hpux.h
r414 r745 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 rename it: 137 */ 138 int h_errno_unused; 134 139 nss_status_t status; 135 140 } nss_XbyY_args_t;
Note:
See TracChangeset
for help on using the changeset viewer.