From 6572a45d779ca876b697e10b8c39c3b1e6536f7c Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 1 Nov 2017 15:52:41 -0700 Subject: [PATCH] ircd::util: Fix this type; should be int. --- include/ircd/util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ircd/util.h b/include/ircd/util.h index 6f48a26a4..09bfa8e74 100644 --- a/include/ircd/util.h +++ b/include/ircd/util.h @@ -859,7 +859,7 @@ struct values // Error-checking closure for POSIX system calls. Note the usage is // syscall(read, foo, bar, baz) not a macro like syscall(read(foo, bar, baz)); // -template auto @@ -882,7 +882,7 @@ syscall(function&& f, // Error-checking closure for POSIX system calls. Note the usage is // syscall(read, foo, bar, baz) not a macro like syscall(read(foo, bar, baz)); // -template auto