Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65018
b: refs/heads/master
c: 2c392a4
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas George authored and Linus Torvalds committed Sep 19, 2007
1 parent 324750c commit d3afbfb
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3558c9b3232b5f0fd9f32043a191eca20fca64c6
refs/heads/master: 2c392a4f47f41b24432e6aa77bb5167d0bbb10c5
3 changes: 2 additions & 1 deletion trunk/arch/um/os-Linux/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@ int os_file_size(char *file, unsigned long long *size_out)
}

if(S_ISBLK(buf.ust_mode)){
int fd, blocks;
int fd;
long blocks;

fd = os_open_file(file, of_read(OPENFLAGS()), 0);
if(fd < 0){
Expand Down

0 comments on commit d3afbfb

Please sign in to comment.