FYI all;

 

When configured/compiled with –disable-mt (no multithread), there is a syntax error in owfs-2.3p7/module/owlib/src/c/ow_net.c at line 372.

 

There’s an extraneous “)” near the end of the line.

 

Here’s the DIFF:

 

--- owfs-2.3p7/module/owlib/src/c/ow_net.c.orig 2006-05-26 08:35:54.383226164 -0400

+++ owfs-2.3p7/module/owlib/src/c/ow_net.c      2006-05-26 08:36:02.901033493 -0400

@@ -369,7 +369,7 @@

         Exit(1) ;

     } else {

         while (1) {

-            int acceptfd=accept(outdevice->fd,NULL,NULL)) ;

+            int acceptfd=accept(outdevice->fd,NULL,NULL) ;

             if ( acceptfd < 0 ) {

                 ERROR_CONNECT("Trouble with accept, will reloop\n") ;

             } else {

 

 

Regards,

 

Vince

Reply via email to