Lets try this push again.. 2.5.1p2 bugs left.

Michael Stone mstone at cs.loyola.edu
Fri Feb 23 07:56:26 EST 2001


On Thu, Feb 22, 2001 at 07:12:00PM +0100, Kevin Steves wrote:
> i'm confused, you want that code removed, because it's already there?
> you wanted the orig first in diff i'm guessing?

Doh! Yes, that should, of course, be 

diff -u openssh-2.5.1p1.orig/loginrec.c openssh-2.5.1p1/loginrec.c
--- openssh-2.5.1p1.orig/loginrec.c     Mon Feb  5 07:42:17 2001
+++ openssh-2.5.1p1/loginrec.c  Tue Feb 20 16:19:17 2001
@@ -539,13 +539,8 @@
        memset(dst, '\0', dstsize);
 
        /* Always skip prefix if present */
-#ifdef sgi
-       if (strncmp(src, "/dev/tty", 8) == 0)
-               src += 8;
-#else
        if (strncmp(src, "/dev/", 5) == 0)
                src += 5;
-#endif
 
        len = strlen(src);
 
-- 
Mike Stone





More information about the openssh-unix-dev mailing list