commit: d2128cb6baa49823f2929c34f8c3fc326bee2570
parent 4b4855b40c76af05f3f9eb0843fb1457c01d4a5a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 8 Sep 2024 02:30:45 +0200
cmd/renice: use id_t for who argument
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/renice.c b/cmd/renice.c
@@ -14,7 +14,7 @@
#include <unistd.h> // getopt, nice
static int
-renice(int which, int who, int adj)
+renice(int which, id_t who, int adj)
{
const char *which_s = NULL;
switch(which)