Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/arch/i386/i386
On Tue, Dec 11, 2007 at 02:27:01PM +0900, Takahiro Kambe wrote:
> In message <20071210222845.E772021507%cvs.netbsd.org@localhost>
> on Mon, 10 Dec 2007 22:28:45 +0000 (UTC),
> David Laight <dsl%netbsd.org@localhost> wrote:
> >
> > Module Name: src
> > Committed By: dsl
> > Date: Mon Dec 10 22:28:45 UTC 2007
> >
> > Modified Files:
> > src/sys/arch/i386/i386: mach_syscall.c
> >
> > Log Message:
> > Use MACH_SYS_MAXSYSARGS for the syscall args array, don't hardcode 8.
> Where MACH_SYS_MAXSYSARGS is defined?
>
> /usr/src/sys/arch/i386/i386/mach_syscall.c: In function 'mach_syscall_plain':
> /usr/src/sys/arch/i386/i386/mach_syscall.c:90: error: 'MACH_SYS_MAXSYSARGS'
> undeclared (first use in this function)
> /usr/src/sys/arch/i386/i386/mach_syscall.c:90: error: (Each undeclared
> identifier is reported only once
> /usr/src/sys/arch/i386/i386/mach_syscall.c:90: error: for each function it
> appears in.)
>
> I might something missing...
Ah, the generated syscall files need updating.
Unfortunately it is hard for me to do that right now :-)
David
--
David Laight: david%l8s.co.uk@localhost
Home |
Main Index |
Thread Index |
Old Index