Fix compiler warnings on AMD64 Linux.
[srvx.git] / ChangeLog
index 92a822f3ce04772e2eb2186f47e503ff2548bf73..1adaa85bd22379f0e4fac2237020ca15bb6e4fd8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,33 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2005-srvx/srvx--devo--1.3
 #
 
+2005-10-07 02:51:12 GMT        Michael Poole <mdpoole@troilus.org>     patch-27
+
+    Summary:
+      Fix compiler warnings on AMD64 Linux.
+    Revision:
+      srvx--devo--1.3--patch-27
+
+    src/gline.c (gline_alternate_target): Typecast format field precision
+        argument.
+    
+    src/helpfile.c (helpfile_eval_identifier): Likewise.
+      (helpfile_eval_atomicexpr): Likewise.
+      (helpfile_eval_expr): Likewise.
+      (helpfile_eval_condition): Likewise.
+    
+    src/log.c (log_audit): Change typecast used to make types compatible.
+    
+    src/main.c (set_item_rlimit): Use long instead of int as contained value.
+    
+    src/sendmail.c (send_flowed_text): Typecast format field precision
+        argument.
+
+    modified files:
+     ChangeLog src/gline.c src/helpfile.c src/log.c src/main.c
+     src/sendmail.c
+
+
 2005-08-14 01:34:04 GMT        Michael Poole <mdpoole@troilus.org>     patch-26
 
     Summary: