From c8c2eb5654b81961f02bc6e1dd247b7ab8866dad Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sun, 18 Nov 2012 21:27:40 -0800 Subject: [PATCH] --- yaml --- r: 338454 b: refs/heads/master c: 159a8e92fdf6967cb67e7639832f819fbc607242 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/tty/pty.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f80ddac99770..d243e49c06a7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dc96efb72054985c0912f831da009a2da4e9f6dd +refs/heads/master: 159a8e92fdf6967cb67e7639832f819fbc607242 diff --git a/trunk/drivers/tty/pty.c b/trunk/drivers/tty/pty.c index a541ec875932..be6a373601b7 100644 --- a/trunk/drivers/tty/pty.c +++ b/trunk/drivers/tty/pty.c @@ -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;