Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295470
b: refs/heads/master
c: 1347440
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Eric W. Biederman committed Jan 31, 2012
1 parent bcdb709 commit d0f817b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 47981787092aecb87dc3cb2d478455dcfb77516a
refs/heads/master: 1347440db6f76ec5ae0af8d8558387f571a5e1dd
2 changes: 1 addition & 1 deletion trunk/fs/proc/proc_sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,7 @@ void setup_sysctl_set(struct ctl_table_set *set,
struct ctl_table_root *root,
int (*is_seen)(struct ctl_table_set *))
{
memset(set, sizeof(*set), 0);
memset(set, 0, sizeof(*set));
set->is_seen = is_seen;
init_header(&set->dir.header, root, set, NULL, root_table);
}
Expand Down

0 comments on commit d0f817b

Please sign in to comment.