Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2001
b: refs/heads/master
c: 5db9285
h: refs/heads/master
i:
  1999: f9efb4c
v: v3
  • Loading branch information
Daniel Jacobowitz authored and Linus Torvalds committed Jun 16, 2005
1 parent 7c9256f commit 2133387
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: a2ef79e1840ebbd0b5907e53c755efd5662112a1
refs/heads/master: 5db92850d3ab72b830a0fe6e30eaec8462801408
2 changes: 1 addition & 1 deletion trunk/fs/binfmt_elf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ static int dump_write(struct file *file, const void *addr, int nr)
return file->f_op->write(file, addr, nr, &file->f_pos) == nr;
}

static int dump_seek(struct file *file, off_t off)
static int dump_seek(struct file *file, loff_t off)
{
if (file->f_op->llseek) {
if (file->f_op->llseek(file, off, 0) != off)
Expand Down

0 comments on commit 2133387

Please sign in to comment.