| Index: sandbox/linux/seccomp/mprotect.cc
|
| ===================================================================
|
| --- sandbox/linux/seccomp/mprotect.cc (revision 31339)
|
| +++ sandbox/linux/seccomp/mprotect.cc (working copy)
|
| @@ -26,8 +26,9 @@
|
| return static_cast<int>(rc);
|
| }
|
|
|
| -bool Sandbox::process_mprotect(int parentProc, int sandboxFd, int threadFdPub,
|
| - int threadFd, SecureMem::Args* mem) {
|
| +bool Sandbox::process_mprotect(int parentMapsFd, int sandboxFd,
|
| + int threadFdPub, int threadFd,
|
| + SecureMem::Args* mem) {
|
| // Read request
|
| SysCalls sys;
|
| MProtect mprotect_req;
|
|
|
| Property changes on: sandbox/linux/seccomp/mprotect.cc
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|