Dr. Werner Fink 2011-07-27 10:43:16 +00:00 committed by Git OBS Bridge
parent a6ea2ac37d
commit b675e2c481
2 changed files with 8 additions and 2 deletions

View File

@ -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;

View File

@ -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