fixed bug #34057 socklen_t should be a typedef

This commit is contained in:
Simon Goldschmidt
2011-08-24 20:22:21 +02:00
committed by goldsimon
parent 2fe1af0d05
commit e2cdf0d39d
2 changed files with 7 additions and 2 deletions

View File

@@ -21,6 +21,9 @@ HISTORY
++ Bugfixes:
2011-08-24: Simon Goldschmidt
* sockets.h: fixed bug #34057 socklen_t should be a typedef
2011-08-24: Simon Goldschmidt
* pbuf.c: fixed bug #34112 Odd check in pbuf_alloced_custom (typo)