- itojun@cvs.openbsd.org 2003/04/03 07:25:27
[progressmeter.c] $OpenBSD$ - itojun@cvs.openbsd.org 2003/04/03 10:17:35 [progressmeter.c] remove $OpenBSD$, as other *.c does not have it.
This commit is contained in:
parent
703ced55bb
commit
3bed191ca2
|
@ -10,6 +10,12 @@
|
||||||
- markus@cvs.openbsd.org 2003/04/02 14:36:26
|
- markus@cvs.openbsd.org 2003/04/02 14:36:26
|
||||||
[ssh-keysign.c]
|
[ssh-keysign.c]
|
||||||
potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526
|
potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526
|
||||||
|
- itojun@cvs.openbsd.org 2003/04/03 07:25:27
|
||||||
|
[progressmeter.c]
|
||||||
|
$OpenBSD$
|
||||||
|
- itojun@cvs.openbsd.org 2003/04/03 10:17:35
|
||||||
|
[progressmeter.c]
|
||||||
|
remove $OpenBSD$, as other *.c does not have it.
|
||||||
|
|
||||||
20030402
|
20030402
|
||||||
- (bal) if IP_TOS is not found or broken don't try to compile in
|
- (bal) if IP_TOS is not found or broken don't try to compile in
|
||||||
|
@ -1312,4 +1318,4 @@
|
||||||
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||||
ok provos@
|
ok provos@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2653 2003/04/09 10:50:26 djm Exp $
|
$Id: ChangeLog,v 1.2654 2003/04/09 10:50:59 djm Exp $
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: progressmeter.c,v 1.3 2003/03/17 10:38:38 markus Exp $");
|
RCSID("$OpenBSD: progressmeter.c,v 1.5 2003/04/03 10:17:35 itojun Exp $");
|
||||||
|
|
||||||
#ifdef HAVE_LIBGEN_H
|
#ifdef HAVE_LIBGEN_H
|
||||||
#include <libgen.h>
|
#include <libgen.h>
|
||||||
|
|
Loading…
Reference in New Issue