Removed every instance of malloc.h.
[doldaconnect.git] / clients / gtk2 / main.c
index 8aa487c..bd0cdda 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>
@@ -2574,7 +2574,7 @@ int main(int argc, char **argv)
     gtk_init(&argc, &argv);
     dc_init();
     signal(SIGCHLD, SIG_IGN);
-    pubhubaddr = sstrdup("http://www.hublist.org/PublicHubList.config.bz2");
+    pubhubaddr = sstrdup("http://www.hublist.org/PublicHubList.xml.bz2");
     dcserver = sstrdup("localhost");
     if((pwent = getpwuid(getuid())) == NULL)
     {