diff options
author | Damien Miller <djm@mindrot.org> | 1999-12-16 13:05:17 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-12-16 13:05:17 +1100 |
commit | ceb483fac2d96f06b84eab8647dd4640df674b1b (patch) | |
tree | b5157c21519aa89a20a7dc298076889a6cd641bc | |
parent | 11ba8d4e12ddd1c6ce935770952b9fd1958cf2ea (diff) |
Fix compiler warning
-rw-r--r-- | scp.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -45,7 +45,7 @@ | |||
45 | */ | 45 | */ |
46 | 46 | ||
47 | #include "includes.h" | 47 | #include "includes.h" |
48 | RCSID("$Id: scp.c,v 1.13 1999/12/15 00:04:25 damien Exp $"); | 48 | RCSID("$Id: scp.c,v 1.14 1999/12/16 02:05:17 damien Exp $"); |
49 | 49 | ||
50 | #include "ssh.h" | 50 | #include "ssh.h" |
51 | #include "xmalloc.h" | 51 | #include "xmalloc.h" |
@@ -974,7 +974,7 @@ run_err(const char *fmt,...) | |||
974 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 974 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
975 | * SUCH DAMAGE. | 975 | * SUCH DAMAGE. |
976 | * | 976 | * |
977 | * $Id: scp.c,v 1.13 1999/12/15 00:04:25 damien Exp $ | 977 | * $Id: scp.c,v 1.14 1999/12/16 02:05:17 damien Exp $ |
978 | */ | 978 | */ |
979 | 979 | ||
980 | char * | 980 | char * |
@@ -1078,7 +1078,7 @@ alarmtimer(int wait) | |||
1078 | } | 1078 | } |
1079 | 1079 | ||
1080 | void | 1080 | void |
1081 | updateprogressmeter(void) | 1081 | updateprogressmeter(int sig) |
1082 | { | 1082 | { |
1083 | int save_errno = errno; | 1083 | int save_errno = errno; |
1084 | 1084 | ||