Subject: Re: Host IDs
To: Al B. Snell <alaric@alaric-snell.com>
From: TAKEMURA Shin <takemura@netbsd.org>
List: tech-kern
Date: 01/03/2001 14:23:04
I'm sorry to disturb but I have to say...
----- Original Message -----
From: "Al B. Snell" <alaric@alaric-snell.com>
To: "Andrew Brown" <atatat@atatdot.net>
Cc: <itojun@iijlab.net>; "NetBSD Kernel list" <tech-kern@netbsd.org>
Sent: Wednesday, January 03, 2001 9:22 AM
Subject: Re: Host IDs
> Ok, I've modified my 1.5 kernel to use a "long long" as the hostid
It might be good to use int64_t than "long long".
"long long" isn't 64bit width on some platform/copiler and
"long long" is GCC local syntax.
Takemura