commit | 23da18b7cf2b30636034980fd4d0b0d58c249db6 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin@peloton-tech.com> | Sun Oct 11 20:52:49 2015 -0700 |
committer | Austin Schuh <austin@peloton-tech.com> | Sun Oct 11 22:43:09 2015 -0700 |
tree | 4caac6c9a4e99326dbf5d4fa194b2232f1660e8d | |
parent | c885ce3ea24c5b6b31ca06a64c007ee17a14b7aa [diff] [blame] |
Got basic code building with the roboRIO compiler. Change-Id: I158caa4786542344e91949c62fd95a79015b653b
diff --git a/third_party/libevent/buffer.c b/third_party/libevent/buffer.c index 80a9e1b..de4ab52 100644 --- a/third_party/libevent/buffer.c +++ b/third_party/libevent/buffer.c
@@ -2749,7 +2749,7 @@ if (!chain) return (-1); chain->flags |= EVBUFFER_REFERENCE | EVBUFFER_IMMUTABLE; - chain->buffer = (const u_char *)data; + chain->buffer = (u_char *)data; chain->buffer_len = datlen; chain->off = datlen;