aboutsummaryrefslogtreecommitdiff
path: root/console-tools
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-13 01:18:56 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-13 01:18:56 +0000
commit61677feff7f549a48267c2c0c50a7420de6e2599 (patch)
tree1ea829e51641647a35c552e289f4482ab9f5db27 /console-tools
parent62dc17a3b100496a5c7433cc598d674e244cb6f8 (diff)
downloadbusybox-w32-61677feff7f549a48267c2c0c50a7420de6e2599.tar.gz
busybox-w32-61677feff7f549a48267c2c0c50a7420de6e2599.tar.bz2
busybox-w32-61677feff7f549a48267c2c0c50a7420de6e2599.zip
Upates to include copyright 2000 to everything
-Erik
Diffstat (limited to 'console-tools')
-rw-r--r--console-tools/clear.c2
-rw-r--r--console-tools/loadacm.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/console-tools/clear.c b/console-tools/clear.c
index 899840a8a..c27787ed3 100644
--- a/console-tools/clear.c
+++ b/console-tools/clear.c
@@ -3,7 +3,7 @@
3 * Mini clear implementation for busybox 3 * Mini clear implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999 by Lineo, inc. 6 * Copyright (C) 1999,2000 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
8 * 8 *
9 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
diff --git a/console-tools/loadacm.c b/console-tools/loadacm.c
index 072562f6b..66f79092c 100644
--- a/console-tools/loadacm.c
+++ b/console-tools/loadacm.c
@@ -353,8 +353,8 @@ void saveoldmap(int fd, char *omfil)
353unicode utf8_to_ucs2(char *buf) 353unicode utf8_to_ucs2(char *buf)
354{ 354{
355 int utf_count = 0; 355 int utf_count = 0;
356 long utf_char; 356 long utf_char = 0;
357 unicode tc; 357 unicode tc = 0;
358 unsigned char c; 358 unsigned char c;
359 359
360 do { 360 do {