From 581a02a9f71f43012c67217fe12d97808875c352 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 19 Jan 2006 20:22:16 +0000 Subject: [lib/stream] small compile fix, use uint64_t, not u_int64_t. 2006-01-19 Paul Jakma * stream.c: (stream_getq_from) should use POSIX uint64_t not u_int64_t. Latter is neither a traditional BSD type, nor a POSIX type. --- lib/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index aae83dcb..600ffef7 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2006-01-19 Paul Jakma + + * stream.c: (stream_getq_from) should use POSIX uint64_t + not u_int64_t. Latter is neither a traditional BSD type, nor + a POSIX type. + 2006-01-17 Vincent Jardin * md5.c: Don't forget to keep const. -- cgit v1.2.1