mirror of
https://repo.or.cz/socat.git
synced 2025-07-10 22:13:00 +00:00
Replaced // comments for C89/C90 standard compliance
This commit is contained in:
parent
b3dde9a009
commit
5fdd033e7d
7 changed files with 13 additions and 9 deletions
|
@ -376,7 +376,6 @@ int xiotermios_speed(int fd, int n, speed_t speed) {
|
|||
&_xiotermios_data.termarg, speed, strerror(errno));
|
||||
}
|
||||
}
|
||||
// Tcgetattr(fd, &_xiotermios_data.termarg);
|
||||
return 0;
|
||||
}
|
||||
#endif /* HAVE_TERMIOS_ISPEED */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue