From 49d8fa1058aaf23c29e074b2314492ae40d2f557 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 21 Feb 2017 12:05:07 +0000 Subject: Types change: big pass on libstddjb and libunixonacid libdatastruct still missing, library still not functional --- src/libstddjb/genwrite_flush_bufalloc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libstddjb/genwrite_flush_bufalloc.c') diff --git a/src/libstddjb/genwrite_flush_bufalloc.c b/src/libstddjb/genwrite_flush_bufalloc.c index 6383246..44832c7 100644 --- a/src/libstddjb/genwrite_flush_bufalloc.c +++ b/src/libstddjb/genwrite_flush_bufalloc.c @@ -5,6 +5,5 @@ int genwrite_flush_bufalloc (void *target) { - register bufalloc *ba = target ; - return bufalloc_flush(ba) ; + return bufalloc_flush((bufalloc *)target) ; } -- cgit v1.3.1