Re: (problem found) grantpt broken on -CURRENT

From: Brandon S. Allbery KF8NH (allbery_at_ece.cmu.edu)
Date: 07/06/05

  • Next message: Poul-Henning Kamp: "Re: (problem found) grantpt broken on -CURRENT"
    To: freebsd-current@freebsd.org
    Date: Wed, 06 Jul 2005 09:58:05 -0400
    
    

    On Wed, 2005-07-06 at 15:47 +0200, Poul-Henning Kamp wrote:
    > In message <20050706132931.GQ3302@mich2.itxmarket.com>, "Michael L. Hostbaek" w
    > rites:
    >
    > >Joe Marcus Clarke (marcus) writes:
    > >> - vap->va_rdev = dev->si_inode ^ devfs_random();
    > >> + vap->va_rdev = dev->si_drv0;
    > >> }
    > >
    > >Thanks.
    > >
    > >This also makes kio_sftp and kdesu work again on KDE/CURRENT.
    >
    > This code is there to make sure broken userland code doesn't work.

    That's nice. But some of that "broken userland code" is a well-known
    interface in libc and has been broken since at least March....

    -- 
    brandon s. allbery   [linux,solaris,freebsd,perl]      allbery@kf8nh.com
    system administrator      [WAY too many hats]        allbery@ece.cmu.edu
    electrical and computer engineering, carnegie mellon univ.         KF8NH
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
    

  • Next message: Poul-Henning Kamp: "Re: (problem found) grantpt broken on -CURRENT"