Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3371
b: refs/heads/master
c: 29a1d2d
h: refs/heads/master
i:
  3369: ec09a12
  3367: e46f1f5
v: v3
  • Loading branch information
Domen Puncer authored and Linus Torvalds committed Jun 25, 2005
1 parent d966d30 commit 8855f99
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: 96ec3efdcbaea4f403f2a5f1204edbf903a01961
refs/heads/master: 29a1d2d1bc5a473eb88489251033b3c5651d2011
4 changes: 2 additions & 2 deletions trunk/init/do_mounts_initrd.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static int __init do_linuxrc(void * shell)
static void __init handle_initrd(void)
{
int error;
int i, pid;
int pid;

real_root_dev = new_encode_dev(ROOT_DEV);
create_dev("/dev/root.old", Root_RAM0, NULL);
Expand All @@ -58,7 +58,7 @@ static void __init handle_initrd(void)

pid = kernel_thread(do_linuxrc, "/linuxrc", SIGCHLD);
if (pid > 0) {
while (pid != sys_wait4(-1, &i, 0, NULL))
while (pid != sys_wait4(-1, NULL, 0, NULL))
yield();
}

Expand Down

0 comments on commit 8855f99

Please sign in to comment.