[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdepim
From:       Hasso Tepper <hasso () kde ! org>
Date:       2007-08-02 8:03:43
Message-ID: 1186041823.738443.19525.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 695469 by hasso:

Don't include malloc.h, stdlib.h is the way to get malloc. Patch from
Joerg Sonnenberger <joerg@netbsd.org>.



 M  +0 -3      libkcal/versit/vcc.c  
 M  +0 -3      libkcal/versit/vcc.y  
 M  +0 -4      libkholidays/parseholiday.c  
 M  +0 -4      libkholidays/parseholiday.y  


--- branches/KDE/3.5/kdepim/libkcal/versit/vcc.c #695468:695469
@@ -198,9 +198,6 @@
 #endif
 
 #include <string.h>
-#if !defined(__FreeBSD__) && !defined(__APPLE__)
-#include <malloc.h>
-#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <ctype.h>
--- branches/KDE/3.5/kdepim/libkcal/versit/vcc.y #695468:695469
@@ -99,9 +99,6 @@
 #endif
 
 #include <string.h>
-#if !defined(__FreeBSD__) && !defined(__APPLE__)
-#include <malloc.h>
-#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <ctype.h>
--- branches/KDE/3.5/kdepim/libkholidays/parseholiday.c #695468:695469
@@ -167,10 +167,6 @@
 
 #include <limits.h>
 
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
-
 /*** Macro definitions and constants ***/
 /*
  * Before you mail and complain that the following macro is incorrect,
--- branches/KDE/3.5/kdepim/libkholidays/parseholiday.y #695468:695469
@@ -32,10 +32,6 @@
 
 #include <limits.h>
 
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
-
 /*** Macro definitions and constants ***/
 /*
  * Before you mail and complain that the following macro is incorrect,
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic