Thanks... It's fixed now.

On Fri, 2006-05-26 at 08:39 -0400, Vincent Fleming wrote:
> 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
> 
> 



-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid7521&bid$8729&dat1642
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to