projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
package/ppp: fix typo in r28868 (closes: #10429)
[openwrt.git]
/
package
/
busybox
/
patches
/
000-upstream-getty.patch
1
--- a/loginutils/getty.c
2
+++ b/loginutils/getty.c
3
@@ -271,7 +271,9 @@ static void termios_init(int speed)
4
#ifdef CMSPAR
5
| CMSPAR /* mark or space parity */
6
#endif
7
+#ifdef CBAUD
8
| CBAUD /* (output) baud rate */
9
+#endif
10
#ifdef CBAUDEX
11
| CBAUDEX /* (output) baud rate */
12
#endif
This page took
0.054112 seconds
and
5
git commands to generate.