Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142242
b: refs/heads/master
c: cd5f9a4
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Apr 6, 2009
1 parent 66ddc4d commit d3fa7af
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: 609862be074cc20e007c640fd936ffe798b41abc
refs/heads/master: cd5f9a4c3199b090e91ea0064cb110985ba54814
4 changes: 2 additions & 2 deletions trunk/kernel/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ static int neg_one = -1;
#endif

static int zero;
static int one = 1;
static int two = 2;
static int __maybe_unused one = 1;
static int __maybe_unused two = 2;
static unsigned long one_ul = 1;
static int one_hundred = 100;

Expand Down

0 comments on commit d3fa7af

Please sign in to comment.