Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47452
b: refs/heads/master
c: d832fc6
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Feb 11, 2007
1 parent fd681f3 commit 264591d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 84f48d4f2b511db15fda67fd38462b91abd0af53
refs/heads/master: d832fc60d533d52da7170cf5f95271c331259bca
4 changes: 2 additions & 2 deletions trunk/arch/um/drivers/port_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ static int port_accept(struct port_list *port)
return(ret);
}

DECLARE_MUTEX(ports_sem);
struct list_head ports = LIST_HEAD_INIT(ports);
static DECLARE_MUTEX(ports_sem);
static struct list_head ports = LIST_HEAD_INIT(ports);

void port_work_proc(struct work_struct *unused)
{
Expand Down

0 comments on commit 264591d

Please sign in to comment.