bugzilla-daemon at mindrot.org
2004-Apr-15  04:03 UTC
[Bug 842] type fixes for progressmeter
http://bugzilla.mindrot.org/show_bug.cgi?id=842
           Summary: type fixes for progressmeter
           Product: Portable OpenSSH
           Version: -current
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sftp
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy: dtucker at zip.com.au
Some compilers won't cast, eg, int* to unsigned long long* and progressmeter
mixes off_t and u_int64_t which causes problems for them.
off_t can vary depending on many things including platform and large file
support, but the u_int64_t is specified by the sftp protocol.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Apr-15  04:08 UTC
[Bug 842] type fixes for progressmeter
http://bugzilla.mindrot.org/show_bug.cgi?id=842 ------- Additional Comments From dtucker at zip.com.au 2004-04-15 14:08 ------- Created an attachment (id=604) --> (http://bugzilla.mindrot.org/attachment.cgi?id=604&action=view) use u_int64_t for progressmeter ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.