Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/smbd/chgpasswd.c

    r124 r134  
    155155                return (False);
    156156        }
    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         */
    158163        if (ioctl(slave, TIOCSCTTY, 0) < 0)
    159164        {
Note: See TracChangeset for help on using the changeset viewer.