Commit 6bf2061c4bce52a802311d21540846d51d4bac35

Philip Prindeville 2016-11-11T17:51:37

C90 doesn't like declarations intermingled with statements So move all of the declarations to the top of the offending function. This patch includes both of issues (Fixes:), from @jeking3 and @pprindeville Fixes: #418 Fixes: nmathewson/Libevent#136