Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39242
b: refs/heads/master
c: 86b95c1
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 10, 2006
1 parent cd73055 commit 72ec2a6
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: 5e7ddac75deaa2887e2b03441f9bed67ea8648d8
refs/heads/master: 86b95c12139785a0f4c17cb7b4cb865e7084cd34
2 changes: 1 addition & 1 deletion trunk/net/irda/irias_object.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ struct ias_value irias_missing = { IAS_MISSING, 0, 0, 0, {0}};
*
* Faster, check boundary... Jean II
*/
static char *strndup(char *str, int max)
static char *strndup(char *str, size_t max)
{
char *new_str;
int len;
Expand Down

0 comments on commit 72ec2a6

Please sign in to comment.