patch-2.4.10 linux/drivers/macintosh/nvram.c

Next file: linux/drivers/macintosh/rtc.c
Previous file: linux/drivers/macintosh/mediabay.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.9/linux/drivers/macintosh/nvram.c linux/drivers/macintosh/nvram.c
@@ -18,7 +18,7 @@
 
 #define NVRAM_SIZE	8192
 
-static long long nvram_llseek(struct file *file, loff_t offset, int origin)
+static loff_t nvram_llseek(struct file *file, loff_t offset, int origin)
 {
 	switch (origin) {
 	case 1:

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