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/error_temp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstddjb/error_temp.c') diff --git a/src/libstddjb/error_temp.c b/src/libstddjb/error_temp.c index 48a54f5..ce7576a 100644 --- a/src/libstddjb/error_temp.c +++ b/src/libstddjb/error_temp.c @@ -3,7 +3,7 @@ #include #include -int error_temp (register int e) +int error_temp (int e) { if (error_isagain(e)) return 1 ; switch (e) -- cgit v1.2.3