| Index: sandbox/linux/seccomp/library.h
|
| diff --git a/sandbox/linux/seccomp/library.h b/sandbox/linux/seccomp/library.h
|
| index 96ec5817d40e522ef0abfdd5596e06bdcea5dca5..e27bfde8708b6e1c3ddf79e74a0334c74b3a3cb3 100644
|
| --- a/sandbox/linux/seccomp/library.h
|
| +++ b/sandbox/linux/seccomp/library.h
|
| @@ -126,7 +126,7 @@ class Library {
|
| bool parseElf();
|
| const Elf_Ehdr* getEhdr();
|
| const Elf_Shdr* getSection(const string& section);
|
| - const int getSectionIndex(const string& section);
|
| + int getSectionIndex(const string& section);
|
| void makeWritable(bool state) const;
|
| void patchSystemCalls();
|
| bool isVDSO() const { return isVDSO_; }
|
|
|