Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 1996 13:36:59 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        Christian.Gusenbauer@utimaco.co.at (DI. Christian Gusenbauer)
Cc:        freebsd-current@FreeBSD.org, Christian.Gusenbauer@safeconcept.utimaco.co.at
Subject:   Re: Dosboot and bcc
Message-ID:  <199611262036.NAA25524@phaeton.artisoft.com>
In-Reply-To: <329AC038.134D@utimaco.co.at> from "DI. Christian Gusenbauer" at Nov 26, 96 11:02:32 am

next in thread | previous in thread | raw e-mail | index | archive | help
> > > During the last weekend, I tried to get dosboot to be compiled using bcc.
> > > I managed the problems with the K&R standard and am now having the next
> > > problems: bcc does not support "long long"!
> > 
> > Umm, do you really need them?
> 
> I don't want to change the system include files. Look into the ufs
> implementation, and you'll find "long long" variables.

This is so frigging bogus.

Like the disk layout should change as a result of non-sized type size
changes anyway.

The ufs code should use "uint64", not "long long".  You should be free
to use a structure for it, or whatever, in the type definitions.


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



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