summaryrefslogtreecommitdiff
path: root/term/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'term/ChangeLog')
-rw-r--r--term/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/term/ChangeLog b/term/ChangeLog
index 1441a370..e2f2bc41 100644
--- a/term/ChangeLog
+++ b/term/ChangeLog
@@ -1,3 +1,11 @@
+2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>
+
+ * main.c: Include <error.h>.
+ (main): Use error, not fprintf and exit or perror and exit. Use
+ ERR, not errno. Use MACH_PORT_NULL explicitly.
+ * users.c: Include <error.h>.
+ (init_users): Use ERR, not errno. Use error, not perror and exit.
+
2002-03-05 Marcus Brinkmann <marcus@gnu.org>
* main.c (main): Use memset instead bzero.