summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorchip <chip>2003-09-09 17:53:01 +0000
committerchip <chip>2003-09-09 17:53:01 +0000
commit235939e83b6513bf867f82525ed726e65069fc5e (patch)
tree88cd7f92610655fe9a657b4a7cec7183567f1a72 /ChangeLog
parent6eb552e595b263fc54cce38a64bd6173ab04cf11 (diff)
* utils/showmount/showmount.c (main): Fix inet_ntoa() parameter.
* tools/rpcgen/rpc_cout.c (print_header): Remove unused vars. * tools/rpcgen/rpc_parse.c (def_union): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67e753b..a9f2fcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
* debian/changelog: Version 1.0.5-3.
* support/export/hostname.c (get_reliable_hostbyaddr): Fix crash
on invalid reverse DNS.
+ * utils/showmount/showmount.c (main): Fix inet_ntoa() parameter.
+ * tools/rpcgen/rpc_cout.c (print_header): Remove unused vars.
+ * tools/rpcgen/rpc_parse.c (def_union): Likewise.
2003-08-22 Chip Salzenberg <chip@pobox.com>