gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnu-arch-users] ne_sock_init not called in tla


From: lode . leroy
Subject: [Gnu-arch-users] ne_sock_init not called in tla
Date: Wed, 29 Sep 2004 15:54:55 +0200 (CEST)
User-agent: SquirrelMail/1.4.3a

hello,
I would like to report an error in tla...

ne_sock_init() is not called. I added it to tla.c
This does not cause any harm on unix, but it prevents libneon to work with 
winsock2
instead of cygwin/libsocket

--- tla-1.2.1-orig/src/tla/tla/tla.c    2003-12-06 20:35:30.000000000 +0100
+++ tla-1.2.1/src/tla/tla/tla.c 2004-09-29 15:50:20.813060800 +0200
@@ -15,6 +15,9 @@
 #include "tla/libarch/cmds.h"

 ♀
+#ifdef cfg__enable_pathcompress
+#include "hackerlab/vu/vu-pathcompress.h"
+#endif

 int
 main (int argc, char * argv[])
@@ -73,6 +76,8 @@
   if (cmd[0] == '-')
     goto usage_error;

+  ne_sock_init();
+
   for (x = 0; arch_commands[x].name; ++x)
     {
       if (!str_cmp (cmd, arch_commands[x].name) && arch_commands[x].fn)


----------------------------------------------------------------------------------
Plaats je zoekertjes GRATIS op AdValvas
Placez votre petite annonce GRATUITEMENT sur AdValvas
http://www.advalvas.be




reply via email to

[Prev in Thread] Current Thread [Next in Thread]