Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106978
b: refs/heads/master
c: 34bdaab
h: refs/heads/master
v: v3
  • Loading branch information
Mark McLoughlin authored and Rusty Russell committed Jul 28, 2008
1 parent f8a360a commit c344c25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 32c68e5c569fdf016b494ce2fc8eecf59b6881bd
refs/heads/master: 34bdaab44dd5dac861b0d23bc29b147b569e5783
1 change: 1 addition & 0 deletions trunk/Documentation/lguest/lguest.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ static void *map_zeroed_pages(unsigned int num)
PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE, fd, 0);
if (addr == MAP_FAILED)
err(1, "Mmaping %u pages of /dev/zero", num);
close(fd);

return addr;
}
Expand Down

0 comments on commit c344c25

Please sign in to comment.