Re: 2.5.63: fore200e.c doesn't compile

From: Adrian Bunk (bunk@fs.tum.de)
Date: Tue Feb 25 2003 - 10:44:13 EST


On Tue, Feb 25, 2003 at 09:53:57AM -0500, chas williams wrote:
> missed a semicolon--it should be:
>
> Index: linux/drivers/atm/fore200e.c
> ===================================================================
> RCS file: /home/chas/CVSROOT/linux/drivers/atm/fore200e.c,v
> retrieving revision 1.1.1.1
> diff -u -d -b -w -r1.1.1.1 fore200e.c
> --- linux/drivers/atm/fore200e.c 20 Feb 2003 13:45:03 -0000 1.1.1.1
> +++ linux/drivers/atm/fore200e.c 25 Feb 2003 14:42:06 -0000
> @@ -1132,8 +1132,7 @@
> return;
> }
>
> - do_gettimeofday(&vcc->timestamp);
> - skb->stamp = vcc->timestamp;
> + do_gettimeofday(&skb->stamp);
>
> #ifdef FORE200E_52BYTE_AAL0_SDU
> if (cell_header) {

Thanks, this patch fixed it.

cu
Adrian

-- 

"Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Feb 28 2003 - 22:00:28 EST