From owner-freebsd-ports@FreeBSD.ORG Thu Feb 15 07:57:35 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4D9816A406 for ; Thu, 15 Feb 2007 07:57:35 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.134]) by mx1.freebsd.org (Postfix) with ESMTP id A461113C491 for ; Thu, 15 Feb 2007 07:57:35 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout1.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l1F7vZtO014497 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 14 Feb 2007 23:57:35 -0800 X-Auth-Received: from [192.168.10.41] (c-67-187-172-183.hsd1.ca.comcast.net [67.187.172.183]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l1F7vY7W030805 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 14 Feb 2007 23:57:34 -0800 Message-ID: <45D4126C.5040608@u.washington.edu> Date: Wed, 14 Feb 2007 23:57:32 -0800 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.9 (X11/20070122) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <45D3C660.1010806@u.washington.edu> <20070215072725.GE862@turion.vk2pj.dyndns.org> In-Reply-To: <20070215072725.GE862@turion.vk2pj.dyndns.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.0.289146, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.2.14.234434 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: Looking for kernel constants / documentation - RTC, wordsize X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Feb 2007 07:57:35 -0000 Peter Jeremy wrote: > On 2007-Feb-14 18:33:04 -0800, Garrett Cooper wrote: >> Finally, where can I find the constant defined in bits/wordsize.h called >> "__WORDSIZE" (or "WORDSIZE", perhaps)? > > I can't find any "__WORDSIZE" (or "WORDSIZE") in FreeBSD sources. > Maybe __LONG_BIT, LONG_BIT, __WORD_BIT or WORD_BIT from > would work. Hmmm... thanks for the heads up--I'll give it a shot :). -Garrett