From 7237c7b3f27eb546bea590cfefed380fb8130d24 Mon Sep 17 00:00:00 2001 From: roland Date: Fri, 17 Jan 1992 01:18:40 +0000 Subject: [PATCH] Formerly ../termios/cfsetspeed.c.~3~ --- termios/cfsetspeed.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/termios/cfsetspeed.c b/termios/cfsetspeed.c index b8cec77a10..f3aad1e0b6 100644 --- a/termios/cfsetspeed.c +++ b/termios/cfsetspeed.c @@ -26,11 +26,5 @@ void DEFUN(cfsetspeed, (termios_p, speed), struct termios *termios_p AND speed_t speed) { - if (termios_p == NULL) - { - errno = EINVAL; - return -1; - } - termios_p->__ospeed = termios_p->__ispeed = speed; } -- 2.11.0