Mercurial > dropbear
comparison progressmeter.c @ 38:5c6f9d27ea1c
get rid of the substitution... We want a fixed identifier
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 30 Jul 2004 11:27:52 +0000 |
parents | fe6bca95afa7 |
children | b72f98803e46 |
comparison
equal
deleted
inserted
replaced
37:0913e2ee3545 | 38:5c6f9d27ea1c |
---|---|
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
24 */ | 24 */ |
25 | 25 |
26 #include "includes.h" | 26 #include "includes.h" |
27 /*RCSID("$OpenBSD: progressmeter.c,v 1.15 2003/08/31 12:14:22 markus Exp $");*/ | 27 /*RCSID("OpenBSD: progressmeter.c,v 1.15 2003/08/31 12:14:22 markus Exp ");*/ |
28 | 28 |
29 #include "progressmeter.h" | 29 #include "progressmeter.h" |
30 #include "atomicio.h" | 30 #include "atomicio.h" |
31 #include "scpmisc.h" | 31 #include "scpmisc.h" |
32 | 32 |