projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48a8b14
)
malloc.h is deprecated, use stdlib.h instead
author
Sascha Schumann
<sas@php.net>
Mon, 23 Aug 1999 19:43:01 +0000
(19:43 +0000)
committer
Sascha Schumann
<sas@php.net>
Mon, 23 Aug 1999 19:43:01 +0000
(19:43 +0000)
dlist.c
patch
|
blob
|
history
diff --git
a/dlist.c
b/dlist.c
index 29fc9ad6062f6d03334b187b8d11ca7ec4352a5a..ea707fc6fb9cfd26b8b69651ff185c8c9ac80ae3 100644
(file)
--- a/
dlist.c
+++ b/
dlist.c
@@
-18,6
+18,9
@@
* -----------------
*
* $Log$
+* Revision 1.1 1999/07/19 18:58:44 andrey
+* Moving dlist stuff into core.
+*
* Revision 1.2 1999/05/11 00:01:42 zeev
* * Get Apache to work. POST doesn't work yet.
* * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for
@@
-61,7
+64,7
@@
#endif
#include <stdio.h>
-#include <
malloc
.h>
+#include <
stdlib
.h>
#include <signal.h>
#include "dlist.h"