Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119805
b: refs/heads/master
c: 3613712
h: refs/heads/master
i:
  119803: 9b26c42
v: v3
  • Loading branch information
Balbir Singh authored and Linus Torvalds committed Dec 10, 2008
1 parent 06b7742 commit 0acd466
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 69fc208be5b7eb18d22d1eca185b201400fd5ffc
refs/heads/master: 361371201b60ffd686a694c848c1d5ad6061725f
4 changes: 3 additions & 1 deletion trunk/arch/um/drivers/mconsole_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#include <linux/slab.h>
#include <linux/syscalls.h>
#include <linux/utsname.h>
#include <linux/socket.h>
#include <linux/un.h>
#include <linux/workqueue.h>
#include <linux/mutex.h>
#include <asm/uaccess.h>
Expand Down Expand Up @@ -785,7 +787,7 @@ static int __init mconsole_init(void)
/* long to avoid size mismatch warnings from gcc */
long sock;
int err;
char file[256];
char file[UNIX_PATH_MAX];

if (umid_file_name("mconsole", file, sizeof(file)))
return -1;
Expand Down

0 comments on commit 0acd466

Please sign in to comment.