Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47454
b: refs/heads/master
c: f979522
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Feb 11, 2007
1 parent e9df36f commit 2ced2ec
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: 67608e0c809ceca1b44755ee818199af7478ca77
refs/heads/master: f9795220521e0575dfd4ed0737d3a7848264662c
2 changes: 1 addition & 1 deletion trunk/arch/um/kernel/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ static long execve1(char *file, char __user * __user *argv,
char __user *__user *env)
{
long error;
#ifdef CONFIG_TTY_LOG
struct tty_struct *tty;

#ifdef CONFIG_TTY_LOG
mutex_lock(&tty_mutex);
tty = get_current_tty();
if (tty)
Expand Down

0 comments on commit 2ced2ec

Please sign in to comment.