Subject: Re: CVS commit: src
To: None <source-changes@netbsd.org>
From: Pavel Cahyna <pavel@NetBSD.org>
List: source-changes
Date: 08/17/2007 16:54:37
On Fri, Aug 17, 2007 at 03:20:15PM +0200, Juergen Hannken-Illjes wrote:
> On Fri, Aug 17, 2007 at 11:05:05AM +0000, Pavel Cahyna wrote:
> > 
> > Module Name:	src
> > Committed By:	pavel
> > Date:		Fri Aug 17 11:05:05 UTC 2007
> > 
> > Modified Files:
> > 	src/common/include/prop: Makefile proplib.h
> > 	src/distrib/sets/lists/comp: mi
> > 	src/sys/sys: dkio.h
> > Added Files:
> > 	src/common/include/prop: plistref.h
> > 
> > Log Message:
> > struct plistref does not reference other proplib data types, so split it
> > in its own header file to be included by dkio.h. Fixes breakage due to
> > pollution from proplib.h in programs which include ioctl.h. Tested and OK
> > by dogcow@.
> 
> sparc64, evbppc and i386 release:
> 	sbin/veriexecctl/veriexecctl_parse.y:50: error: expected '=', ', ', ';', 'asm' or '__attribute__' before 'keep_filename'

This existed before my commit, I don't claim to have fixed all the build
problems...

> sparc64 kernel:
> 	sys/dev/sysmon/sysmon_power.c:101: error: expected '=', ',', ';' , 'asm' or '__attribute__' before 'sysmon_power_dict'

Sorry, for some reason i386 build missed that. I think I have fixed it.

Pavel