]> granicus.if.org Git - libevent/commit
Fix a few warnings on OpenBSD
authorNicholas Marriott <nicholas.marriott@gmail.com>
Sun, 3 Jul 2011 01:49:07 +0000 (21:49 -0400)
committerNick Mathewson <nickm@torproject.org>
Sun, 3 Jul 2011 01:49:07 +0000 (21:49 -0400)
commit8ee9f9c1cf3d2b7e3c17e9fedb9d740361bf8a69
tree4c2a8f0681b33aede036d10e8ff3a4ba817e174c
parente934096490f6909cf22c8fbe34fe6ad41e5083af
Fix a few warnings on OpenBSD

- redeclaration of dst_size

- arpa/inet.h requires netinet/in.h first

- don't use a local with the same name as a global - it isn't needed so
  remove it
bufferevent_pair.c
evutil.c
ht-internal.h