Changeset 134 for branches/samba-3.0/source/smbd/chgpasswd.c
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/smbd/chgpasswd.c
r124 r134 155 155 return (False); 156 156 } 157 #if defined(TIOCSCTTY) 157 #if defined(TIOCSCTTY) && !defined(SUNOS5) 158 /* 159 * On patched Solaris 10 TIOCSCTTY is defined but seems not to work, 160 * see the discussion under 161 * https://bugzilla.samba.org/show_bug.cgi?id=5366. 162 */ 158 163 if (ioctl(slave, TIOCSCTTY, 0) < 0) 159 164 {
Note:
See TracChangeset
for help on using the changeset viewer.