From 0743020852c6f3b04adb4464007093eda8454439 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sun, 26 Jul 2015 22:44:33 +0000 Subject: [PATCH] checkconfig doesn't return anymore, noted by zhuk --- doas.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doas.c b/doas.c index 93b79c7..12c6530 100644 --- a/doas.c +++ b/doas.c @@ -1,4 +1,4 @@ -/* $OpenBSD: doas.c,v 1.25 2015/07/26 19:49:11 zhuk Exp $ */ +/* $OpenBSD: doas.c,v 1.26 2015/07/26 20:47:01 espie Exp $ */ /* * Copyright (c) 2015 Ted Unangst * @@ -282,7 +282,7 @@ fail(void) exit(1); } -static int +static void __dead checkconfig(const char *confpath, int argc, char **argv, uid_t uid, gid_t *groups, int ngroups, uid_t target) { -- 2.39.2