diff lib-src/ChangeLog @ 109747:1f617baf8ae5

Fix -Wwrite-strings warnings in fakemail.c. * fakemail.c: Include stdlib.h for getenv. Remove declaration of popen, fclose and pclose. (my_name, fatal, error, put_line): Use const char* (main): Remove extern getenv, mail_program_name is const char*.
author Jan D <jan.h.d@swipnet.se>
date Wed, 11 Aug 2010 11:16:35 +0200
parents fdbd24f8d999
children 5fabe7db5188
line wrap: on
line diff
--- a/lib-src/ChangeLog	Wed Aug 11 10:58:56 2010 +0200
+++ b/lib-src/ChangeLog	Wed Aug 11 11:16:35 2010 +0200
@@ -1,5 +1,10 @@
 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
 
+	* fakemail.c: Include stdlib.h for getenv. Remove declaration of
+	popen, fclose and pclose.
+	(my_name, fatal, error, put_line): Use const char*
+	(main): Remove extern getenv, mail_program_name is const char*.
+
 	* update-game-score.c (get_prefix, write_scores, main): Use const char*.
 
 	* sorted-doc.c (error, fatal, states): Use const char *.