diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-04-03 10:17:36 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-04-03 10:17:36 +0000 |
commit | c6811699820a98469058964513a43f481203e028 (patch) | |
tree | a7cec115071470ac5e2498c2557f4ebb4c3aa912 | |
parent | 547d8254aa8ceadf97a7b443a92f41089ee33e7b (diff) |
remove $OpenBSD$, as other *.c does not have it.
-rw-r--r-- | usr.bin/ssh/progressmeter.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/progressmeter.c b/usr.bin/ssh/progressmeter.c index a8eccdfa70c..82dfcf4225d 100644 --- a/usr.bin/ssh/progressmeter.c +++ b/usr.bin/ssh/progressmeter.c @@ -1,5 +1,3 @@ -/* $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. @@ -62,7 +60,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: progressmeter.c,v 1.4 2003/04/03 07:25:27 itojun Exp $"); +RCSID("$OpenBSD: progressmeter.c,v 1.5 2003/04/03 10:17:35 itojun Exp $"); #include <libgen.h> |