Subject: Re: CVS commit: src/sys/arch/evbarm/stand
To: None <he@netbsd.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 01/16/2006 13:02:12
On Jan 16, 2006, at 11:34 AM, Havard Eidnes wrote:

>
> Module Name:	src
> Committed By:	he
> Date:		Mon Jan 16 19:34:53 UTC 2006
>
> Modified Files:
> 	src/sys/arch/evbarm/stand/board: becc_mem.c i80312_mem.c i80321_mem.c
> 	    integrator_mem.c smdk2410.c smdk2800.c ts7200.c
> 	src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot gzboot.c
>
> Log Message:
> The new zlib uses HEAP_SIZE, so instead use BOARD_HEAP_SIZE as the
> symbol to use here.  Also adapt to the new zlib with the changed name
> for the header file.

It's a real bummer that the new zlib pollutes the namespace like  
this....

>
>
> To generate a diff of this commit:
> cvs rdiff -r1.2 -r1.3 src/sys/arch/evbarm/stand/board/becc_mem.c \
>     src/sys/arch/evbarm/stand/board/ts7200.c
> cvs rdiff -r1.3 -r1.4 src/sys/arch/evbarm/stand/board/i80312_mem.c \
>     src/sys/arch/evbarm/stand/board/i80321_mem.c \
>     src/sys/arch/evbarm/stand/board/integrator_mem.c \
>     src/sys/arch/evbarm/stand/board/smdk2410.c
> cvs rdiff -r1.4 -r1.5 src/sys/arch/evbarm/stand/board/smdk2800.c
> cvs rdiff -r1.13 -r1.14 src/sys/arch/evbarm/stand/gzboot/ 
> Makefile.gzboot
> cvs rdiff -r1.9 -r1.10 src/sys/arch/evbarm/stand/gzboot/gzboot.c
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

-- thorpej