Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2002 07:50:39 -0400
From:      Mike Barcroft <mike@FreeBSD.org>
To:        Marcel Moolenaar <marcel@xcllnt.net>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/sys signal.h
Message-ID:  <20021013075039.A22315@espresso.q9media.com>
In-Reply-To: <20021013033514.GA80994@dhcp01.pn.xcllnt.net>; from marcel@xcllnt.net on Sat, Oct 12, 2002 at 08:35:14PM -0700
References:  <200210130033.g9D0XqWR072184@freefall.freebsd.org> <20021013033514.GA80994@dhcp01.pn.xcllnt.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Marcel Moolenaar <marcel@xcllnt.net> writes:
> On Sat, Oct 12, 2002 at 05:33:52PM -0700, Mike Barcroft wrote:
> > mike        2002/10/12 17:33:52 PDT
> [snip]
> >   Revision  Changes    Path
> >   1.34      +70 -49    src/sys/sys/signal.h
> 
> Mike,
> 
> This commit breaks a kernel build for kern/kern_mib.c. The problem is
> that kern_mib.c uses _KPOSIX_VERSION that was indirectly pulled in
> by sys/signal.h by means of the inclusion of sys/_posix.h (I think).
> We now don't have any consumers of _posix.h...

Oops, I forgot that LINT explicitly defines a _KPOSIX_VERSION, so I
should have tested it with GENERIC too.  I've committed a fix.  The
include path was even more complicated than this since <sys/proc.h>
was including <sys/signal.h> which was including <sys/_posix.h>.

Best regards,
Mike Barcroft

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021013075039.A22315>