patch-2.4.20 linux-2.4.20/drivers/zorro/proc.c

Next file: linux-2.4.20/drivers/zorro/zorro.ids
Previous file: linux-2.4.20/drivers/video/vga.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/drivers/zorro/proc.c linux-2.4.20/drivers/zorro/proc.c
@@ -48,7 +48,7 @@
 	struct proc_dir_entry *dp = ino->u.generic_ip;
 	struct zorro_dev *dev = dp->data;
 	struct ConfigDev cd;
-	int pos = *ppos;
+	loff_t pos = *ppos;
 
 	if (pos >= sizeof(struct ConfigDev))
 		return 0;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)