From owner-freebsd-current@FreeBSD.ORG Fri Jun 30 01:40:03 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48EA416A407 for ; Fri, 30 Jun 2006 01:40:03 +0000 (UTC) (envelope-from tarc@tarc.po.cs.msu.su) Received: from tarc.po.cs.msu.su (tarc.po.cs.msu.su [158.250.16.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B9A543D48 for ; Fri, 30 Jun 2006 01:40:00 +0000 (GMT) (envelope-from tarc@tarc.po.cs.msu.su) Received: from tarc.po.cs.msu.su (localhost [127.0.0.1]) by tarc.po.cs.msu.su (8.13.4/8.13.4) with ESMTP id k5U1fDNH017864; Fri, 30 Jun 2006 05:41:13 +0400 (MSD) (envelope-from tarc@tarc.po.cs.msu.su) Received: (from tarc@localhost) by tarc.po.cs.msu.su (8.13.4/8.13.4/Submit) id k5U1fDbR017863; Fri, 30 Jun 2006 05:41:13 +0400 (MSD) (envelope-from tarc) Date: Fri, 30 Jun 2006 05:41:11 +0400 From: Arseny Nasokin To: Kevin Oberman Message-ID: <20060630014111.GI74776@tarc.po.cs.msu.su> References: <20060629234517.4138145043@ptavv.es.net> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20060629234517.4138145043@ptavv.es.net> User-Agent: mutt-ng/devel-r581 (FreeBSD) Cc: current@freebsd.org Subject: Re: More module build problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2006 01:40:03 -0000 On Thu, Jun 29, 2006 at 04:45:17PM -0700, Kevin Oberman wrote: > [...] > > span4G is declared as LONG64, not as an integer, so I really don't > understand this. Any clues as to what is wrong? My buildworld was clean > and the kernel built fine, but the modules are doing very strange > things. > shold be constant type be forced? for example 0x100000000l or 0x100000000ll ? -- Best regards, Arseny Nasokin