Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338454
b: refs/heads/master
c: 159a8e9
h: refs/heads/master
v: v3
  • Loading branch information
Josh Triplett authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent e6fde97 commit c8c2eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dc96efb72054985c0912f831da009a2da4e9f6dd
refs/heads/master: 159a8e92fdf6967cb67e7639832f819fbc607242
2 changes: 1 addition & 1 deletion trunk/drivers/tty/pty.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ static void pty_set_termios(struct tty_struct *tty,
* peform a terminal resize correctly
*/

int pty_resize(struct tty_struct *tty, struct winsize *ws)
static int pty_resize(struct tty_struct *tty, struct winsize *ws)
{
struct pid *pgrp, *rpgrp;
unsigned long flags;
Expand Down

0 comments on commit c8c2eb5

Please sign in to comment.