[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
declaration of inet_aton & friends
- Date: Mon, 14 Sep 2009 13:45:15 -0500
- From: strauman at slac.stanford.edu (Till Straumann)
- Subject: declaration of inet_aton & friends
Eric.
I get warnings that 'inet_aton' (usually declared in <arpa/inet.h>)
has not been declared (rtems 4.9.2).
Seems that the declaration is #if __BSD_VISIBLE only.
However, this preprocessor symbol is nowhere defined (except if
you define the 'inside the stack' symbol and include <rtems/rtems_bsdnet.h>
first).
Any thoughts?
Thanks
- T.