Re: [Owfs-developers] OWFS on DD-WRT

2007-05-20 Thread Christian Magnusson
I have added compatibility functions for tsearch(), tfind(), tdelete() and twalk() in case they are missing now. Perhaps this will work better for you.. (Can't promise anything though...) /Christian > -Original Message- > From: [EMAIL PROTECTED] [mailto:owfs- > [EMAIL PROTECTED] On Beha

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-20 Thread Christian Magnusson
Could you look in the config.h and see which functions were detected during the configure-script was run? [EMAIL PROTECTED] owfs]# grep HAVE_T src/include/config.h #define HAVE_TDELETE 1 #define HAVE_TDESTROY 1 #define HAVE_TERMIOS_H 1 #define HAVE_TFIND 1 #define HAVE_TSEARCH 1 I really wonder

Re: [Owfs-developers] Fwd: Faster-than-cron polling ideas?

2007-05-20 Thread Matthias Urlichs
Hi, Paul Alfille: > What I'd like to find is something that the system clock and kick > off every second, whether polling happens then, or not. I've never used > interrupt-driven Unix programming, and my C experience was in 1989. Do > you have any resources you point to folks like me, with thi