[Kst] kdeextragear-2/kst/kst
Andy Fawcett
andy at athame.co.uk
Fri May 9 18:49:50 CEST 2003
CVS commit by fawcett:
malloc.h is dead, so it can go bye-bye
deprecated/obsoleted, use stdlib.h instead (and you already include that)
M +0 -1 creaddata.c 1.2
M +0 -1 getdata.c 1.4
M +0 -1 readdata.c 1.2
--- kdeextragear-2/kst/kst/creaddata.c #1.1:1.2
@@ -12,5 +12,4 @@
*/
#include <stdio.h>
-#include <malloc.h>
#include <stdlib.h>
#include <fcntl.h>
--- kdeextragear-2/kst/kst/getdata.c #1.3:1.4
@@ -1,4 +1,3 @@
#include <stdio.h>
-#include <malloc.h>
#include <stdlib.h>
#include <fcntl.h>
--- kdeextragear-2/kst/kst/readdata.c #1.1:1.2
@@ -17,5 +17,4 @@
/***************************************************************************/
#include <stdio.h>
-#include <malloc.h>
#include <stdlib.h>
#include <fcntl.h>
More information about the Kst
mailing list