fixed bug #24132: Cross-dependency between ip_addr.h and inet.h -> moved declaration of struct in_addr from ip_addr.h to inet.h

This commit is contained in:
goldsimon
2008-08-26 19:47:05 +00:00
parent 6374766a55
commit ba636e19a2
3 changed files with 9 additions and 5 deletions

View File

@@ -47,6 +47,10 @@ HISTORY
++ Bugfixes:
2008-08-26 Simon Goldschmidt
* inet.h, ip_addr.h: fixed bug #24132: Cross-dependency between ip_addr.h and
inet.h -> moved declaration of struct in_addr from ip_addr.h to inet.h
2008-08-14 Simon Goldschmidt
* api_msg.c: fixed bug #23847: do_close_internal references freed memory (when
tcp_close returns != ERR_OK)