Kolja> BTW to the authors, strndup() is in no header file on many
Kolja> linux systems.
It is better not to declare libc functions in a user program. I know
the warnings are annoying, but they're also harmless. A warning is
better than a build error for the cases where a system does not
_implement_ a function but does provide a prototype for it (yes, that
happens).
BTW: The warnings do not occur when compiling against glibc.
--david
-- Source code, list archive, and docs: http://www.azstarnet.com/~axplinux/sane/ To unsubscribe: mail -s unsubscribe sane-devel-request@listserv.azstarnet.com