[BACK]Return to cfsetospeed.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / termios

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/termios/cfsetospeed.c between version 1.7 and 1.8

version 1.7, 2003/08/07 16:44:12 version 1.8, 2012/06/25 22:32:46
Line 49  __weak_alias(cfsetospeed,_cfsetospeed)
Line 49  __weak_alias(cfsetospeed,_cfsetospeed)
 #endif  #endif
   
 int  int
 cfsetospeed(t, speed)  cfsetospeed(struct termios *t, speed_t speed)
         struct termios *t;  
         speed_t speed;  
 {  {
   
         _DIAGASSERT(t != NULL);          _DIAGASSERT(t != NULL);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>