Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97138
b: refs/heads/master
c: c329163
h: refs/heads/master
v: v3
  • Loading branch information
Steve French committed May 15, 2008
1 parent 67d3c22 commit 3843c49
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: 646dd539878a194bc14b104621c0b2b33587e40f
refs/heads/master: c32916374b2b4f4d2b7ccdb357fe7989f3b407a6
2 changes: 1 addition & 1 deletion trunk/fs/cifs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ static int cifs_ci_compare(struct dentry *dentry, struct qstr *a,
* case take precedence. If a is not a negative dentry, this
* should have no side effects
*/
memcpy(a->name, b->name, a->len);
memcpy((void *)a->name, b->name, a->len);
return 0;
}
return 1;
Expand Down

0 comments on commit 3843c49

Please sign in to comment.