bug53 - attribute fix properly to AHeisner

This commit is contained in:
mtbishop 2013-07-07 20:24:07 +00:00
parent 88f8de8214
commit f74248b540
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,6 @@
-.-.-
bug53 - Race condition in socket() vs syslog (AH)
patch23 - check for fork and work around lack (AM)
patch22 - static declarations where possible (AM)
patch21 - fix up configure.in for newer autoheader (AM)

View File

@ -164,3 +164,6 @@ Andrey Mazo <ahippo@sf>
Clean up Configure.in for autoheader
Static declarations where sensible
Check/handle no fork() for no-MMU client systems (eg blackfin)
Alfred Heisner <aheisner@sf>
Race condition between syslog socket and vtun (bug53)