Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



On Sat, Nov 04, 2017 at 06:17:55PM -0400, Christos Zoulas wrote:
> Module Name:	src
> Committed By:	christos
> Date:		Sat Nov  4 22:17:55 UTC 2017
> 
> Modified Files:
> 	src/sys/ddb: db_elf.c
> 	src/sys/kern: kern_ksyms.c subr_kobj.c
> 	src/sys/sys: ksyms.h
> 
> Log Message:
> use Elf_Sym ** instead of casting.

The ksyms.h change to define ELFSIZE is not good, it breaks various
builds.

Can we avoid it and include something defining it properly at the include
sites (if it is not yet defined)?

Martin


Home | Main Index | Thread Index | Old Index