Bugzilla – Attachment 1287 Details for
Bug 842
type fixes for progressmeter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
make sftp use off_t
sftp-offt.diff (text/plain), 736 bytes, created by
Damien Miller
on 2007-05-17 20:25:22 AEST
(
hide
)
Description:
make sftp use off_t
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2007-05-17 20:25:22 AEST
Size:
736 bytes
patch
obsolete
>Index: sftp-client.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/sftp-client.c,v >retrieving revision 1.76 >diff -u -p -r1.76 sftp-client.c >--- sftp-client.c 22 Jan 2007 11:32:50 -0000 1.76 >+++ sftp-client.c 17 May 2007 10:21:49 -0000 >@@ -984,7 +984,7 @@ do_upload(struct sftp_conn *conn, char * > { > int local_fd, status; > u_int handle_len, id, type; >- u_int64_t offset; >+ off_t offset; > char *handle, *data; > Buffer msg; > struct stat sb; >@@ -994,7 +994,7 @@ do_upload(struct sftp_conn *conn, char * > struct outstanding_ack { > u_int id; > u_int len; >- u_int64_t offset; >+ off_t offset; > TAILQ_ENTRY(outstanding_ack) tq; > }; > TAILQ_HEAD(ackhead, outstanding_ack) acks;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 842
:
604
| 1287