mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Typo, missing semicolon.
This commit is contained in:
parent
2c2844ac03
commit
9393bf0133
@ -271,7 +271,7 @@ serial_bm_open(struct ipmi_intf * intf)
|
|||||||
#ifdef IUCLC
|
#ifdef IUCLC
|
||||||
/* Only disable uppercase-to-lowercase mapping on input for
|
/* Only disable uppercase-to-lowercase mapping on input for
|
||||||
platforms supporting the flag. */
|
platforms supporting the flag. */
|
||||||
ti.c_iflag &= ~(IUCLC)
|
ti.c_iflag &= ~(IUCLC);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -216,7 +216,7 @@ ipmi_serial_term_open(struct ipmi_intf * intf)
|
|||||||
#ifdef IUCLC
|
#ifdef IUCLC
|
||||||
/* Only disable uppercase-to-lowercase mapping on input for
|
/* Only disable uppercase-to-lowercase mapping on input for
|
||||||
platforms supporting the flag. */
|
platforms supporting the flag. */
|
||||||
ti.c_iflag &= ~(IUCLC)
|
ti.c_iflag &= ~(IUCLC);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ti.c_oflag &= ~(OPOST);
|
ti.c_oflag &= ~(OPOST);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user