diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-04-03 07:25:28 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-04-03 07:25:28 +0000 |
commit | e16caa63084fe27fd41a9c736293cbc7ec74740e (patch) | |
tree | 22ad4e0bab44d052e330ac6499aed1d3cbd5dbbf | |
parent | d2b345b3ad98af7fc7d38157c3d29a5b3a20f216 (diff) |
$OpenBSD$
-rw-r--r-- | usr.bin/ssh/progressmeter.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/progressmeter.c b/usr.bin/ssh/progressmeter.c index 4e208f6ee1c..a8eccdfa70c 100644 --- a/usr.bin/ssh/progressmeter.c +++ b/usr.bin/ssh/progressmeter.c @@ -1,3 +1,5 @@ +/* $OpenBSD: progressmeter.c,v 1.4 2003/04/03 07:25:27 itojun Exp $ */ + /* * Copyright (c) 1999 Theo de Raadt. All rights reserved. * Copyright (c) 1999 Aaron Campbell. All rights reserved. @@ -60,7 +62,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: progressmeter.c,v 1.3 2003/03/17 10:38:38 markus Exp $"); +RCSID("$OpenBSD: progressmeter.c,v 1.4 2003/04/03 07:25:27 itojun Exp $"); #include <libgen.h> |