Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5072d5d58ef67bd7131d0be208ad1b6cd0631648
Commit:     5072d5d58ef67bd7131d0be208ad1b6cd0631648
Parent:     0ab7a252a52943786d6d12ad8032266841d68b8e
Author:     Al Viro <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 17 08:49:35 2007 +0100
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Tue Jul 17 11:01:07 2007 -0700

    alpha termios.h hadn't been updated
    
    ... fortunately, termios and ktermios there are identical, so no
    run-time breakage happened.
    
    Signed-off-by: Al Viro <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 include/asm-alpha/termios.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/asm-alpha/termios.h b/include/asm-alpha/termios.h
index 39e492c..fa13716 100644
--- a/include/asm-alpha/termios.h
+++ b/include/asm-alpha/termios.h
@@ -81,7 +81,7 @@ struct termio {
 
 #define user_termio_to_kernel_termios(a_termios, u_termio)                     
\
 ({                                                                             
\
-       struct termios *k_termios = (a_termios);                                
\
+       struct ktermios *k_termios = (a_termios);                               
\
        struct termio k_termio;                                                 
\
        int canon, ret;                                                         
\
                                                                                
\
@@ -113,7 +113,7 @@ struct termio {
  */
 #define kernel_termios_to_user_termio(u_termio, a_termios)             \
 ({                                                                     \
-       struct termios *k_termios = (a_termios);                        \
+       struct ktermios *k_termios = (a_termios);                       \
        struct termio k_termio;                                         \
        int canon;                                                      \
                                                                        \
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to