Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: A new build failure
On Fri, Nov 14, 2008 at 05:19:56AM -0800, Paul Goyette wrote:
> On Thu, 13 Nov 2008, Paul Goyette wrote:
>
> >After ad's commit of src/sys/modules/ksem/Makefile this morning, I get
> >further into a 'build.sh release'. However, it now fails while building
> >regress/include/okheaders - log file attached, but it appears to be an
> >issue with include/sys/syscallargs.h
> >
> >BTW, this is on port-amd64, but similar error occurs on port-i386
>
> It seems that sys/syscallargs.h needs to know about semid_t, which is
> defined in sys/types.h
>
> The following patch may not be the correct solution, but it does allow
> us to get past this particular problem.
I think it's better to replace semid_t with intptr_t everywhere and kill
semid_t, since it's a kernel/libc private interface. I'm trying that now.
Andrew
Home |
Main Index |
Thread Index |
Old Index