summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-16 13:05:17 +1100
committerDamien Miller <djm@mindrot.org>1999-12-16 13:05:17 +1100
commitceb483fac2d96f06b84eab8647dd4640df674b1b (patch)
treeb5157c21519aa89a20a7dc298076889a6cd641bc /scp.c
parent11ba8d4e12ddd1c6ce935770952b9fd1958cf2ea (diff)
Fix compiler warning
Diffstat (limited to 'scp.c')
-rw-r--r--scp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/scp.c b/scp.c
index f045d4609..385e24b61 100644
--- a/scp.c
+++ b/scp.c
@@ -45,7 +45,7 @@
45 */ 45 */
46 46
47#include "includes.h" 47#include "includes.h"
48RCSID("$Id: scp.c,v 1.13 1999/12/15 00:04:25 damien Exp $"); 48RCSID("$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
980char * 980char *
@@ -1078,7 +1078,7 @@ alarmtimer(int wait)
1078} 1078}
1079 1079
1080void 1080void
1081updateprogressmeter(void) 1081updateprogressmeter(int sig)
1082{ 1082{
1083 int save_errno = errno; 1083 int save_errno = errno;
1084 1084