Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Nov 1995 05:45:08 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        j@uriah.heep.sax.de, peter@freefall.freebsd.org
Cc:        CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org
Subject:   Re: cvs commit: src/sys/sys conf.h
Message-ID:  <199511051845.FAA11281@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>There's yet another conflicting definition around: struct pmap is
>defined twice in a totally different context.  Inside the kernel (and
>...
>I've attempted to work around this by introducing a `pmap_t' as an
>alias for the kernel `struct pmap', but while this made lint happy, it
>caused me grief with libkvm -- this turned out to be the reason for my
>question about ``proc size mismatch'' for programs like ps(1) etc.

There's already a pmap_t (typedef struct pmap *pmap_t).  I dislike
using typedefs for structs and pointers.

Bruce



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