[BusyBox] [PATCH] remove extra brace

Vladimir N. Oleynik dzo at simtreas.ru
Tue Sep 14 16:51:47 UTC 2004


Hideki,

> --- coreutils/stty.c	20 Jun 2003 09:01:53 -0000	1.9
> +++ coreutils/stty.c	14 Sep 2004 14:14:00 -0000
> @@ -978,7 +978,7 @@
>  		win.ws_row = win.ws_col = 1;
>  
>  		if ((ioctl(fd, TIOCSWINSZ, (char *) &win) != 0)
> -			|| (ioctl(fd, TIOCSSIZE, (char *) &ttysz) != 0)) {
> +			|| (ioctl(fd, TIOCSSIZE, (char *) &ttysz) != 0))
>  			perror_on_device("%s");
>  		return;
>  	}
> 

Ok.
This code used from SunOS 4.XX ? ;-)


--w
vodz



More information about the busybox mailing list