diff options
author | 2008-07-31 16:44:03 +0000 | |
---|---|---|
committer | 2008-07-31 16:44:03 +0000 | |
commit | 8c9a63b7ad7479c3a474f9302883486596b46bcd (patch) | |
tree | 5780176a3732662ec2cfa0d3de94c270abaa5a96 /usr.bin/sudo/config.h | |
parent | - Don't relay on bFormatIndex as an internal array index, since this (diff) | |
download | wireguard-openbsd-8c9a63b7ad7479c3a474f9302883486596b46bcd.tar.xz wireguard-openbsd-8c9a63b7ad7479c3a474f9302883486596b46bcd.zip |
Update to sudo 1.6.9p17
Diffstat (limited to 'usr.bin/sudo/config.h')
-rw-r--r-- | usr.bin/sudo/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/sudo/config.h b/usr.bin/sudo/config.h index 55ecc94cb35..4a90f38ec68 100644 --- a/usr.bin/sudo/config.h +++ b/usr.bin/sudo/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.8 2007/12/03 15:09:47 millert Exp $ */ +/* $OpenBSD: config.h,v 1.9 2008/07/31 16:44:03 millert Exp $ */ #ifndef _SUDO_CONFIG_H #define _SUDO_CONFIG_H @@ -49,6 +49,7 @@ #define HAVE_SETLOCALE 1 #define HAVE_SETRESUID 1 #define HAVE_SETRLIMIT 1 +#define HAVE_SETSID 1 #define HAVE_SIGACTION 1 #define HAVE_SIG_ATOMIC_T 1 #define HAVE_SNPRINTF 1 |