diff options
Diffstat (limited to 'sftp-client.c')
-rw-r--r-- | sftp-client.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sftp-client.c b/sftp-client.c index 512a8ad4b..1fda576b4 100644 --- a/sftp-client.c +++ b/sftp-client.c | |||
@@ -243,7 +243,6 @@ get_decode_stat(int fd, u_int expected_id, int quiet) | |||
243 | return(a); | 243 | return(a); |
244 | } | 244 | } |
245 | 245 | ||
246 | #ifdef USE_STATVFS | ||
247 | static int | 246 | static int |
248 | get_decode_statvfs(int fd, struct statvfs *st, u_int expected_id, int quiet) | 247 | get_decode_statvfs(int fd, struct statvfs *st, u_int expected_id, int quiet) |
249 | { | 248 | { |
@@ -293,7 +292,6 @@ get_decode_statvfs(int fd, struct statvfs *st, u_int expected_id, int quiet) | |||
293 | 292 | ||
294 | return 0; | 293 | return 0; |
295 | } | 294 | } |
296 | #endif | ||
297 | 295 | ||
298 | struct sftp_conn * | 296 | struct sftp_conn * |
299 | do_init(int fd_in, int fd_out, u_int transfer_buflen, u_int num_requests) | 297 | do_init(int fd_in, int fd_out, u_int transfer_buflen, u_int num_requests) |
@@ -813,7 +811,6 @@ do_readlink(struct sftp_conn *conn, char *path) | |||
813 | } | 811 | } |
814 | #endif | 812 | #endif |
815 | 813 | ||
816 | #ifdef USE_STATVFS | ||
817 | int | 814 | int |
818 | do_statvfs(struct sftp_conn *conn, const char *path, struct statvfs *st, | 815 | do_statvfs(struct sftp_conn *conn, const char *path, struct statvfs *st, |
819 | int quiet) | 816 | int quiet) |
@@ -839,7 +836,6 @@ do_statvfs(struct sftp_conn *conn, const char *path, struct statvfs *st, | |||
839 | 836 | ||
840 | return get_decode_statvfs(conn->fd_in, st, id, quiet); | 837 | return get_decode_statvfs(conn->fd_in, st, id, quiet); |
841 | } | 838 | } |
842 | #endif | ||
843 | 839 | ||
844 | #ifdef notyet | 840 | #ifdef notyet |
845 | int | 841 | int |