]> code.citadel.org Git - citadel.git/commitdiff
Don't reference <malloc.h> - it is not needed
authorArt Cancro <ajc@citadel.org>
Wed, 7 Jun 2006 03:47:25 +0000 (03:47 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 7 Jun 2006 03:47:25 +0000 (03:47 +0000)
webcit/configure.in
webcit/webcit.h

index 6a863d8eeacdb17b83db3087a2e5d5bf1758940e..40b00724c60b28fa0231cd8feda880fce748da97 100644 (file)
@@ -4,7 +4,7 @@ AC_INIT(webserver.c)
 
 
 PACKAGE=webcit
-VERSION=6.72
+VERSION=6.82
 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
 AC_SUBST(PACKAGE)
index a97b2f4a62e1b2abeb5607ad5e0c521192a0f550..31c9b92b5250d0b571e75b8c76a320f59f7aa797 100644 (file)
@@ -23,7 +23,6 @@
 #ifdef HAVE_LIMITS_H
 #include <limits.h>
 #endif
-#include <malloc.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <sys/un.h>