diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2008-07-31 16:44:05 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2008-07-31 16:44:05 +0000 |
commit | daf52ae7d678fa3f43b85be9091b54cbcd05a4fe (patch) | |
tree | 222e97fd4aba175d8178530baff52eed106a060a /usr.bin/sudo/config.h | |
parent | 6960c6b7f96163e79aa75b0ef330c8c13fc523bd (diff) |
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 |