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

List:       kde-commits
Subject:    kdegames/kpat/freecell-solver
From:       Andy Fawcett <andy () athame ! co ! uk>
Date:       2002-12-29 14:59:46
[Download RAW message or body]

CVS commit by fawcett: 

another malloc.h dies a slow lingering death, replaced by stdlib.h

one day, all code will be like this, and the world will sleep safely once more.

(malloc.h is obsoleted on newer FreeBSDs, at least)


  M +1 -1      alloc.c   1.2


--- kdegames/kpat/freecell-solver/alloc.c  #1.1:1.2
@@ -9,5 +9,5 @@
  */
 
-#include <malloc.h>
+#include <stdlib.h>
 #include <stdio.h>
 


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

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