Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258993
b: refs/heads/master
c: 39073db
h: refs/heads/master
i:
  258991: 09478d8
v: v3
  • Loading branch information
Richard Weinberger authored and Linus Torvalds committed Jul 26, 2011
1 parent 9a98972 commit c74fec3
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: f1c2bb8b9964ed31de988910f8b1cfb586d30091
refs/heads/master: 39073db15bf9016003e8a4e607d517f4928b713c
2 changes: 1 addition & 1 deletion trunk/arch/um/drivers/harddog_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ int start_watchdog(int *in_fd_ret, int *out_fd_ret, char *sock)
{
struct dog_data data;
int in_fds[2], out_fds[2], pid, n, err;
char pid_buf[sizeof("nnnnn\0")], c;
char pid_buf[sizeof("nnnnnnn\0")], c;
char *pid_args[] = { "/usr/bin/uml_watchdog", "-pid", pid_buf, NULL };
char *mconsole_args[] = { "/usr/bin/uml_watchdog", "-mconsole", NULL,
NULL };
Expand Down

0 comments on commit c74fec3

Please sign in to comment.