=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/doas/doas.h,v retrieving revision 1.19 retrieving revision 1.20 diff -c -r1.19 -r1.20 *** src/usr.bin/doas/doas.h 2021/11/30 20:08:15 1.19 --- src/usr.bin/doas/doas.h 2024/02/15 18:57:58 1.20 *************** *** 1,4 **** ! /* $OpenBSD: doas.h,v 1.19 2021/11/30 20:08:15 tobias Exp $ */ /* * Copyright (c) 2015 Ted Unangst * --- 1,4 ---- ! /* $OpenBSD: doas.h,v 1.20 2024/02/15 18:57:58 tedu Exp $ */ /* * Copyright (c) 2015 Ted Unangst * *************** *** 36,42 **** char **prepenv(const struct rule *, const struct passwd *, const struct passwd *); ! #define PERMIT 1 #define DENY 2 #define NOPASS 0x1 --- 36,42 ---- char **prepenv(const struct rule *, const struct passwd *, const struct passwd *); ! #define PERMIT -1 #define DENY 2 #define NOPASS 0x1