-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 210918 b: refs/heads/master c: cb1dcc0 h: refs/heads/master v: v3
- Loading branch information
Richard Weinberger
authored and
Linus Torvalds
committed
Sep 23, 2010
1 parent
1e1b383
commit a2bf598
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 1c2499ae87f828eabddf6483b0dfc11da1100c07 | ||
refs/heads/master: cb1dcc0ff4b57873210100fc9d70defa81af43d4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
extern long um_execve(const char *file, char __user *__user *argv, char __user *__user *env); | ||
extern long um_execve(const char *file, const char __user *const __user *argv, const char __user *const __user *env); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters