summaryrefslogtreecommitdiff
path: root/lib/buffers.c
diff options
context:
space:
mode:
authorDavid Caldwell <david@porkrind.org>2017-04-05 11:15:45 -0700
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-04-06 12:36:22 +0200
commit5659d09e3760c8d1986ba9852204c6942bc7d510 (patch)
treeea67100eb682f623c2c5e7b798fd10f7153892a1 /lib/buffers.c
parent27a049382d20359dc1689d826b7975f47f6d988e (diff)
downloadgnutls-5659d09e3760c8d1986ba9852204c6942bc7d510.tar.gz
Rename uint64 to gnutls_uint64 to avoid conflict with macOS
Signed-off-by: David Caldwell <david@porkrind.org>
Diffstat (limited to 'lib/buffers.c')
-rw-r--r--lib/buffers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/buffers.c b/lib/buffers.c
index 0371ae849a..107a9ca9ca 100644
--- a/lib/buffers.c
+++ b/lib/buffers.c
@@ -67,7 +67,7 @@
*/
void
_gnutls_record_buffer_put(gnutls_session_t session,
- content_type_t type, uint64 * seq,
+ content_type_t type, gnutls_uint64 * seq,
mbuffer_st * bufel)
{