]> git.dolda2000.com Git - doldaconnect.git/commitdiff
Removed every instance of malloc.h.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Wed, 11 Apr 2007 02:26:54 +0000 (02:26 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Wed, 11 Apr 2007 02:26:54 +0000 (02:26 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@878 959494ce-11ee-0310-bf91-de5d638817bd

clients/gtk2/main.c
common/utils.c
daemon/client.c
daemon/conf.c
daemon/fnet-dc.c
daemon/log.c
daemon/search.c
daemon/ui.c
include/utils.h
lib/uimisc.c
lib/utils.c

index 852ee59856b9de752908e2fef643dcbdaab60860..bd0cdda98771ddb1ed6230e7506eb5b5ed1972eb 100644 (file)
  * inability to structure GUI programs properly. Looking at it too
  * closely may cause ocular hemorrhaging. */
 
+#include <stdlib.h>
 #include <stdio.h>
 #include <unistd.h>
 #include <string.h>
-#include <malloc.h>
 #include <stdarg.h>
 #include <gtk/gtk.h>
 #include <sys/socket.h>
index 5c909ecadb98dec5466deb4ba6ac6125b6891cb1..e3178d5a769df8316bd69a6586effef2c8e7db5b 100644 (file)
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
-#include <malloc.h>
+#include <stdlib.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <wchar.h>
index 5b080fb1a53c7786feea027e6e146d557a2868d8..adf9be5b4b5d8051c37bd13d32ea7bfea03f6154 100644 (file)
@@ -18,7 +18,6 @@
 */
 #include <stdlib.h>
 #include <stdio.h>
-#include <malloc.h>
 #include <wchar.h>
 #include <string.h>
 #include <errno.h>
index 437ce098170f5c06f4fcd2e9193f361be2b99429..c4c585ca8d416fb696c775ac3c89dc05c4ddcfca 100644 (file)
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
+
+#include <stdlib.h>
 #include <langinfo.h>
 #include <stdio.h>
 #include <unistd.h>
-#include <malloc.h>
 #include <string.h>
 #include <sys/types.h>
 #include <errno.h>
index 7757885387b29c296831a77cc06045de9ae6b243..c88deef9e6dc036889350c9e6012beb089e59fff 100644 (file)
@@ -19,7 +19,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <wchar.h>
-#include <malloc.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <string.h>
index 49a444c93fe871c81d9b25c2ae8a062607f7a677..61c7638d2f34c2752b992b05033587d817a9f1bb 100644 (file)
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
+#include <stdlib.h>
 #include <syslog.h>
 #include <stdio.h>
 #include <stdarg.h>
 #include <sys/uio.h>
 #include <string.h>
-#include <malloc.h>
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
index 7b61d42623f541a043c98d25396504ced058e599..1aec9c0be48c26f4c1a9855ff0f498b944b157ec 100644 (file)
@@ -17,7 +17,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 #include <stdlib.h>
-#include <malloc.h>
 #include <wchar.h>
 #include <wctype.h>
 #include <errno.h>
index f94737907ff07c9f00d4855ba0944aa41f3800d6..d77efa79146b67eac62588d857e30e0127b2eff7 100644 (file)
@@ -19,7 +19,6 @@
 #define _GNU_SOURCE
 #include <unistd.h>
 #include <stdlib.h>
-#include <malloc.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <netinet/ip6.h>
index a8b5a08ef81d87dca98f3fed5726b74a56788d5b..3e41b8b2931342a25f9e8734f7f86f7d8ef38902 100644 (file)
@@ -21,7 +21,6 @@
 
 #include <stdarg.h>
 #include <stdlib.h>
-#include <malloc.h>
 #ifdef DAEMON
 #include "log.h"
 #endif
index 9b6e03fed7118fa5c0ffc84b8a0ba905fd0fa321..4232453118ab7e1a81b636d28871b0b7f0e5efcd 100644 (file)
@@ -27,7 +27,6 @@
 #include <wctype.h>
 #include <pwd.h>
 #include <string.h>
-#include <malloc.h>
 #include <stdio.h>
 
 #ifdef HAVE_CONFIG_H
index f5cd7d020c2df22dcf2b95ee3881dc35d1c80576..e203a565f663bbf84763f5b1f638efef8b5f35c9 100644 (file)
@@ -17,7 +17,7 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 
-#include <malloc.h>
+#include <stdlib.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <wchar.h>