From db27216e42d9623454fdc12beb1bfdce63a64640 Mon Sep 17 00:00:00 2001 From: Felix Weinrank Date: Mon, 20 Jan 2020 15:34:50 +0100 Subject: Compilefix 2020 01a (#420) * Detect compiler features * Whitespace changes * ekr_loop sleep 1 --> 10 --- usrsctplib/user_uma.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'usrsctplib/user_uma.h') diff --git a/usrsctplib/user_uma.h b/usrsctplib/user_uma.h index 1bdefdb8..e20d2ada 100755 --- a/usrsctplib/user_uma.h +++ b/usrsctplib/user_uma.h @@ -46,11 +46,11 @@ typedef struct uma_zone * uma_zone_t; typedef struct uma_keg * uma_keg_t; struct uma_cache { - int stub; /* TODO __Userspace__ */ + int stub; /* TODO __Userspace__ */ }; struct uma_keg { - int stub; /* TODO __Userspace__ */ + int stub; /* TODO __Userspace__ */ }; struct uma_zone { @@ -90,9 +90,7 @@ uma_zcreate(char *name, size_t size, uma_ctor ctor, uma_dtor dtor, uma_zone_t uma_zcreate(char *name, size_t size, uma_ctor ctor, uma_dtor dtor, - uma_init uminit, uma_fini fini, int align, u_int32_t flags) -{ - return NULL; /* stub TODO __Userspace__. Also place implementation in a separate .c file */ - + uma_init uminit, uma_fini fini, int align, u_int32_t flags) { + return NULL; /* stub TODO __Userspace__. Also place implementation in a separate .c file */ } #endif -- cgit v1.2.3