.
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysvinit?expand=0&rev=132
This commit is contained in:
parent
a6ea2ac37d
commit
b675e2c481
@ -503,9 +503,9 @@
|
||||
+ struct termios tty;
|
||||
+ char *ret = pass;
|
||||
+ unsigned char tc;
|
||||
+ char ascval;
|
||||
+ char c, ascval;
|
||||
+ int eightbit;
|
||||
+ int c, fd;
|
||||
+ int fd;
|
||||
+
|
||||
+ if (con->flags & CON_NOTTY)
|
||||
+ goto out;
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 27 10:41:27 UTC 2011 - werner@suse.de
|
||||
|
||||
- Sulogin: respect byte order that is do not mix chars and ints
|
||||
(bnc#707724)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 26 12:13:18 UTC 2011 - werner@suse.de
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user