diff options
author | 2003-04-03 10:17:35 +0000 | |
---|---|---|
committer | 2003-04-03 10:17:35 +0000 | |
commit | 21aa3d06c344cadd704c79a27b7dcf8c3664ec72 (patch) | |
tree | 5f7a177ab255be30b0ba20efd1aa4f09cd0375ab /usr.bin/ssh/progressmeter.c | |
parent | CD-Rom, cd-rom -> CD-ROM (diff) | |
download | wireguard-openbsd-21aa3d06c344cadd704c79a27b7dcf8c3664ec72.tar.xz wireguard-openbsd-21aa3d06c344cadd704c79a27b7dcf8c3664ec72.zip |
remove $OpenBSD$, as other *.c does not have it.
Diffstat (limited to 'usr.bin/ssh/progressmeter.c')
-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> |