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
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...
--
Takahiro Kambe <taca%back-street.net@localhost>
Home |
Main Index |
Thread Index |
Old Index