Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Apr 2004 12:39:09 +0800
From:      leafy <leafy@leafy.idv.tw>
To:        Hermes Trismegistus <hermes@trismegistus.net>
Cc:        Michael Edenfield <kutulu@kutulu.org>
Subject:   Re: The ongoing saga of lsof-4.71.1
Message-ID:  <20040428043909.GA18110@chihiro.leafy.idv.tw>
In-Reply-To: <20040427220951.E31761@sherman.trismegistus.net>
References:  <20040426221217.GA40770@wombat.localnet> <20040427220951.E31761@sherman.trismegistus.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 27, 2004 at 10:22:20PM -0500, Hermes Trismegistus wrote:
> Mike, one hell of a job at some really good sleuthing. I lacked your
> persistence, or maybe your curiosity. I had given up on the newer version
> of lsof after spending about half the time you spent. I just figured what
> the fuck, I'll stay with the older but working version. I guess you and I
> are the only ones without the "__cpumask_t" value set to some typedef.
> Where did you comment it out (what file)?
> 
> Thanks,
> 
> J. Craig Woods
I have these in my src tree, do you have them as well?

sys/alpha/include/_types.h:typedef      unsigned int    __cpumask_t;
sys/amd64/include/_types.h:typedef      unsigned int    __cpumask_t;
sys/arm/include/_types.h:typedef        unsigned int    __cpumask_t;
sys/i386/include/_types.h:typedef       unsigned int    __cpumask_t;
sys/ia64/include/_types.h:typedef       unsigned int    __cpumask_t;
sys/modules/smbfs/machine/_types.h:typedef      unsigned int    
__cpumask_t;
sys/powerpc/include/_types.h:typedef    unsigned int    __cpumask_t;
sys/sparc64/include/_types.h:typedef    unsigned int    __cpumask_t;
sys/sys/types.h:typedef __cpumask_t     cpumask_t;

Jiawei
-- 
"Without the userland, the kernel is useless."
               --inspired by The Tao of Programming



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