Fix -Wwrite-strings warnings in fakemail.c.
authorJan D <jan.h.d@swipnet.se>
Wed, 11 Aug 2010 09:16:35 +0000 (11:16 +0200)
committerJan D <jan.h.d@swipnet.se>
Wed, 11 Aug 2010 09:16:35 +0000 (11:16 +0200)
commit5e3b9a89ad0dc6fd34d91798d227ed29a905aa26
tree2ba6bdd445ea904f5ac49df8b28aa4fea036ea5a
parent9c5bd55ac617d8978b36815eb711f977aee82ace
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*.
lib-src/ChangeLog
lib-src/fakemail.c