[Commits] newmail.c 1.1.2.19 1.1.2.20

claws at claws-mail.org claws at claws-mail.org
Sat Jun 30 11:09:38 CEST 2012


Update of /home/claws-mail/plugins/newmail/src
In directory srv:/tmp/cvs-serv22734/src

Modified Files:
      Tag: gtk2
	newmail.c 
Log Message:
2012-06-30 [paul]	0.0.15cvs2

	* src/newmail.c
		seems that "#include <inttypes.h>" is not only needed
		by BSDs now 

Index: newmail.c
===================================================================
RCS file: /home/claws-mail/plugins/newmail/src/Attic/newmail.c,v
retrieving revision 1.1.2.19
retrieving revision 1.1.2.20
diff -u -d -r1.1.2.19 -r1.1.2.20
--- newmail.c	6 Oct 2008 05:44:49 -0000	1.1.2.19
+++ newmail.c	30 Jun 2012 09:09:36 -0000	1.1.2.20
@@ -4,7 +4,7 @@
  * Copyright (C) 2005-2005 H.Merijn Brand and the Claws Mail Team
  *
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2002 Hiroyuki Yamamoto and the Claws Mail Team
+ * Copyright (C) 1999-2012 the Claws Mail Team
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -33,9 +33,7 @@
 #include "hooks.h"
 #include "procmsg.h"
 
-#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__netBSD__) || defined(__DragonFlyBSD__)
 #include <inttypes.h>
-#endif
 
 #include "pluginconfig.h"
 #include "plugin.h"



More information about the Commits mailing list