This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
I recently found that the network stack depends on
CYGIMP_LIBC_TIME_ASCTIME_R_INLINE being enabled in order to compile
cleanly without warnings. With this enabled <string.h> is include by
one of the time header files. When this option is not enabled
<string.h> is not included and then there are lots of compiler
warnings.
This patch fixes this problem.
Andrew
Attachment:
net_string.diff
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |