Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jan 2004 18:46:19 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        "Simson L. Garfinkel" <simsong@mit.edu>
Cc:        freebsd-gnats-submit@freebsd.org
Subject:   Re: kern/60997: vm_pindex_t has conflicting definitions in machine/types.h and sys/types.h
Message-ID:  <20040107184121.Q7587@gamplex.bde.org>
In-Reply-To: <200401070158.i071w1t3032401@www.freebsd.org>
References:  <200401070158.i071w1t3032401@www.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 6 Jan 2004, Simson L. Garfinkel wrote:

> >Synopsis:       vm_pindex_t has conflicting definitions in machine/types.h and sys/types.h

Your header files are out of date.  <machine/types.h> doesn't exist in
FreeBSD.

> >Description:
> building etherreal from ports doesn't work because there are conflicting definitions for vm_pindex_t:
> ...
> In file included from host/hr_storage.c:36:
> /usr/include/machine/types.h:57: error: conflicting types for `vm_pindex_t'
> /usr/include/sys/types.h:253: error: previous declaration of `vm_pindex_t'
> *** Error code 1

<sys/types.h> or the port seems to be out of date too.  Including the
nonexistent file <machine/types.h> shouldn't be attempted.

Bruce



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