]> err.no Git - linux-2.6/blobdiff - fs/binfmt_elf.c
[PATCH] mm: add /proc/zoneinfo
[linux-2.6] / fs / binfmt_elf.c
index c374be51b041a698341ddbda6b9fc5fe1329df46..f8f6b6b76179da87bfca266adadf360b10f2e91a 100644 (file)
@@ -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)