summaryrefslogtreecommitdiff
path: root/utils/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-03-14 23:30:38 +0000
committerThomas Schwinge <tschwinge@gnu.org>2006-03-14 23:30:38 +0000
commit83dae4510ddb4afd8acf584a229604f703aac871 (patch)
tree18b279d507d0cc025b79c15fd79c18d1e1b262be /utils/ChangeLog
parentd8aadb4381fb4d49c70a943d40b78ef84685e96a (diff)
2006-03-15 Thomas Schwinge <tschwinge@gnu.org>
* ps.c (current_tty_name): Don't declare as static. * rpctrace.c (print_contents): Don't use ?: as a lvalue. (msgids_file_p): Don't declare as static.
Diffstat (limited to 'utils/ChangeLog')
-rw-r--r--utils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/ChangeLog b/utils/ChangeLog
index 4b02f072..deaaaefa 100644
--- a/utils/ChangeLog
+++ b/utils/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-15 Thomas Schwinge <tschwinge@gnu.org>
+
+ * ps.c (current_tty_name): Don't declare as static.
+ * rpctrace.c (print_contents): Don't use ?: as a lvalue.
+ (msgids_file_p): Don't declare as static.
+
2005-07-26 Alfred M. Szmidt <ams@gnu.org>
* rpctrace.c: Include <fnmatch.h>, <sys/stat.h>, and <dirent.h>.