Lets try this push again.. 2.5.1p2 bugs left.
Tim Rice
tim at multitalents.net
Fri Feb 23 11:19:32 EST 2001
On Thu, 22 Feb 2001, Michael Stone wrote:
> 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);
>
I think I recall someone saying that was needed on early releases of the OS
but not the later releases.
But I don't have any SGI machines so I don't know for sure.
> /* 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);
>
>
--
Tim Rice Multitalents (707) 887-1469
tim at multitalents.net
More information about the openssh-unix-dev
mailing list