summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--progressmeter.c2
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e611972f4..942d7a313 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,12 @@
10 - markus@cvs.openbsd.org 2003/04/02 14:36:26 10 - markus@cvs.openbsd.org 2003/04/02 14:36:26
11 [ssh-keysign.c] 11 [ssh-keysign.c]
12 potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526 12 potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526
13 - itojun@cvs.openbsd.org 2003/04/03 07:25:27
14 [progressmeter.c]
15 $OpenBSD$
16 - itojun@cvs.openbsd.org 2003/04/03 10:17:35
17 [progressmeter.c]
18 remove $OpenBSD$, as other *.c does not have it.
13 19
1420030402 2020030402
15 - (bal) if IP_TOS is not found or broken don't try to compile in 21 - (bal) if IP_TOS is not found or broken don't try to compile in
@@ -1312,4 +1318,4 @@
1312 save auth method before monitor_reset_key_state(); bugzilla bug #284; 1318 save auth method before monitor_reset_key_state(); bugzilla bug #284;
1313 ok provos@ 1319 ok provos@
1314 1320
1315$Id: ChangeLog,v 1.2653 2003/04/09 10:50:26 djm Exp $ 1321$Id: ChangeLog,v 1.2654 2003/04/09 10:50:59 djm Exp $
diff --git a/progressmeter.c b/progressmeter.c
index 90eb97f37..f62f57f91 100644
--- a/progressmeter.c
+++ b/progressmeter.c
@@ -60,7 +60,7 @@
60 */ 60 */
61 61
62#include "includes.h" 62#include "includes.h"
63RCSID("$OpenBSD: progressmeter.c,v 1.3 2003/03/17 10:38:38 markus Exp $"); 63RCSID("$OpenBSD: progressmeter.c,v 1.5 2003/04/03 10:17:35 itojun Exp $");
64 64
65#ifdef HAVE_LIBGEN_H 65#ifdef HAVE_LIBGEN_H
66#include <libgen.h> 66#include <libgen.h>