Re: cvs commit: src/sys/i386/isa intr_machdep.c

[ Available lists | Index of cvs-sys | Month of Jun 1998 | Week of 19 Jun 1998 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Bruce Evans <bde@zeta.org.au>
Date
19 Jun 1998 08:54:11
Subject
Re: cvs commit: src/sys/i386/isa intr_machdep.c
Message-ID
199806191553.BAA25186@godzilla.zeta.org.au


[ Hide this part ]
>I was trying to build a kernel, and I got this error:
>
>cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h ../../i386/isa/intr_machdep.c
>../../i386/isa/intr_machdep.c: In function `isa_strayintr':
>../../i386/isa/intr_machdep.c:244: argument `vcookiep' doesn't match prototype
>../../i386/isa/intr_machdep.c:120: prototype declaration
>*** Error code 1
>
>Stop.

Your <sys/types.h> seems to be out of date.

Bruce


Elapsed time: 0.078 seconds