tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 4ad59bfbc274ff0edfe56ff78df0eeba0841415f
parent e969d9c6b4b82178fbc840e3d53e12cbb64fee5c
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 17 Dec 2018 17:01:50 -0500

Update location of buffers.h

Diffstat:
Msrc/lib/process/process.c | 2+-
Msrc/lib/process/process_unix.c | 2+-
Msrc/lib/process/process_win32.c | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/process/process.c b/src/lib/process/process.c @@ -9,7 +9,7 @@ **/ #define PROCESS_PRIVATE -#include "lib/container/buffers.h" +#include "lib/buf/buffers.h" #include "lib/net/buffers_net.h" #include "lib/container/smartlist.h" #include "lib/log/log.h" diff --git a/src/lib/process/process_unix.c b/src/lib/process/process_unix.c @@ -10,7 +10,7 @@ #define PROCESS_UNIX_PRIVATE #include "lib/intmath/cmp.h" -#include "lib/container/buffers.h" +#include "lib/buf/buffers.h" #include "lib/net/buffers_net.h" #include "lib/container/smartlist.h" #include "lib/evloop/compat_libevent.h" diff --git a/src/lib/process/process_win32.c b/src/lib/process/process_win32.c @@ -10,7 +10,7 @@ #define PROCESS_WIN32_PRIVATE #include "lib/intmath/cmp.h" -#include "lib/container/buffers.h" +#include "lib/buf/buffers.h" #include "lib/net/buffers_net.h" #include "lib/container/smartlist.h" #include "lib/log/log.h"