--- ./net/atm/mpoa_proc.c.orig Sun Mar 28 15:04:17 2004 +++ ./net/atm/mpoa_proc.c Sun Mar 28 15:06:25 2004 @@ -100,9 +100,9 @@ */ static ssize_t proc_mpc_read(struct file *file, char *buff, size_t count, loff_t *pos){ - unsigned long page = 0; + unsigned long page = 0; unsigned char *temp; - ssize_t length = 0; + int length = 0; int i = 0; struct mpoa_client *mpc = mpcs; in_cache_entry *in_entry;