[Bug 257] sftp and 32 bit integar

Michael Tokarev mjt at tls.msk.ru
Tue May 28 10:45:26 EST 2002


bugzilla-daemon at mindrot.org wrote:
> 
> http://bugzilla.mindrot.org/show_bug.cgi?id=257
> 
> ------- Additional Comments From gert at greenie.muc.de  2002-05-28 07:28 -------
> As a side note: on SCO, 64bit is not a problem if you use gcc as a compiler,
> which has "long long" as a valid 64bit type on i386.
> 
> To liug at mama.indstate.edu: just typedef'ing something that the compiler
> cannot generate valid 64bit code for won't help.

Please forgive me for replying here instead of bugzilla: I need an account there
but *now* isn't a time to create it (it's 04:41 here), and tomorrow I'll forget
about this whole topic...

Watcom C has 64bit integers for a very long time, I think on ALL supported
platforms, including 16bit (!!) MS-DOS.  If memory serves me right, it is
called _i64 or something like that.  I don't have watcom handy to check that,
but it should be trivial (this type mentioned in manual, both printed and
online), and is used in headers.  I think that a simple typedef should help
here and close this issue (and a configure test for the typedef).

/mjt



More information about the openssh-unix-dev mailing list