]> granicus.if.org Git - libevent/commit
NM: Fix sample/http-server ipv6 fixes
authorNick Mathewson <nickm@torproject.org>
Sun, 13 Feb 2011 06:27:06 +0000 (01:27 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 22 Feb 2011 05:24:57 +0000 (00:24 -0500)
commiteb692be9c8ea2d52e28a0b7b8258bd76483c3f3c
treef17128321a2e8e33dbfbbfed4036f092b93e60a8
parentbbf55150b65a5de2edf7c77e3acd1c52caf364a9
NM: Fix sample/http-server ipv6 fixes

Fix 1: Use #include "../xyz" rather than #include <../xyz>

Fix 2: util-internal.h includes ipv6-internal.h, which in turn defines
       a replacement AF_INET6 on platforms that don't have it.  As such,
       the AF_INET6 checks shouldn't be needed.  (right?)
sample/http-server.c