Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64898
b: refs/heads/master
c: b0052fc
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mackerras authored and Linus Torvalds committed Sep 12, 2007
1 parent 8d333ce commit b976edf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0bc73c253ebb0430a6b6eb32765aac582fe263c5
refs/heads/master: b0052fcaefb829a29fdc6567274daf0b75329fc3
2 changes: 2 additions & 0 deletions trunk/include/asm-generic/termios.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ static inline int kernel_termios_to_user_termio(struct termio __user *termio,

#define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios))
#define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios))
#define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios))
#define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios))

#endif /* __ARCH_TERMIO_GETPUT */

Expand Down

0 comments on commit b976edf

Please sign in to comment.