On Sat, May 22, 2004 at 07:27:06PM +0300, Anton Alin-Adrian wrote:
>       if ( (fp_queue=fopen(fqueue,"a"))  ==NULL);//will wait for locks
                                                ^^^^^
                                                Extra semicolon.
>       {
>               perror("fopen(fqueue,\"a\")");
>               //exit(EXIT_FAILURE);
>       }

        David.
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to