From: Ted Unangst Date: Sun, 26 Jul 2015 22:44:33 +0000 (+0000) Subject: checkconfig doesn't return anymore, noted by zhuk X-Git-Tag: v0.1~57 X-Git-Url: https://git.armaanb.net/?p=opendoas.git;a=commitdiff_plain;h=0743020852c6f3b04adb4464007093eda8454439 checkconfig doesn't return anymore, noted by zhuk --- 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) {