Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120001
b: refs/heads/master
c: f1d9e45
h: refs/heads/master
i:
  119999: 161b27b
v: v3
  • Loading branch information
Julia Lawall authored and Eric Van Hensbergen committed Dec 19, 2008
1 parent 67d3134 commit e32358f
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: 7dd0cdc51c126915e243ee3291f7b6b5ea5e5833
refs/heads/master: f1d9e4586e79e1fc7b26d1c567599a904013f199
2 changes: 1 addition & 1 deletion trunk/fs/9p/v9fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ static int v9fs_parse_options(struct v9fs_session_info *v9ses)
v9ses->flags |= V9FS_ACCESS_ANY;
else {
v9ses->flags |= V9FS_ACCESS_SINGLE;
v9ses->uid = simple_strtol(s, &e, 10);
v9ses->uid = simple_strtoul(s, &e, 10);
if (*e != '\0')
v9ses->uid = ~0;
}
Expand Down

0 comments on commit e32358f

Please sign in to comment.