Hi, I am trying to port a program from BSD to linux. In the code that
takes care of log messages there is a line:

static FILE *log_output = stderr;

which is okay in BSD, but when try compiling it on linux, I got an
error:

: initializer element is not constant

so could anyone tell me how to change it to make it work with linux?

Thanks a lot!

// jinsong

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to