Hi,
I tried compiling the busybox syslogd in snapgear-3.3.0 using a circular
buffer.
This enables the busybox option:
CONFIG_FEATURE_IPC_SYSLOG
 
syslogd.c can't compile with this option. Looking at the code, there are
some blatant (copy-paste?) syntax errors, e.g. using a variable "config"
in the function doSyslogd, but only defining it in the function
load_config.
There are also warnings that are less critical (but annoying), such as
using funcs that are defined in local.c, but not declaring them
anywhere.
 
Has anybody already patched this code, has it been fixed in a later
busybox, or should I tackle this myself?
 
Thanks,
 - Arnon


-- Disclaimer: --
This e-mail is intended solely for the person to whom it is addressed and may 
contain confidential or legally privileged information. Access to this e-mail 
by anyone else is unauthorized. If an addressing or transmission error has 
misdirected this e-mail, please notify the author by replying to this e-mail 
and destroy this e-mail and any attachments. 
E-mail may be susceptible to data corruption, interception, unauthorized 
amendment, viruses and delays or the consequences thereof. If you are not the 
intended recipient, be advised that you have received this email in error and 
that any use, dissemination, forwarding, printing or copying of this email is 
strictly prohibited.
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to