Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 910509
Collapse All | Expand All

(-)VirtualBox-7.0.8/src/VBox/Runtime/r3/posix/process-creation-posix.cpp (+2 lines)
Lines 97-107 Link Here
97
# include <spawn.h>
97
# include <spawn.h>
98
#endif
98
#endif
99
99
100
/*
100
#if !defined(IPRT_USE_PAM) \
101
#if !defined(IPRT_USE_PAM) \
101
 && !defined(IPRT_WITHOUT_PAM) \
102
 && !defined(IPRT_WITHOUT_PAM) \
102
 && ( defined(RT_OS_DARWIN) || defined(RT_OS_FREEBSD) || defined(RT_OS_LINUX) || defined(RT_OS_NETBSD) || defined(RT_OS_OPENBSD) || defined(RT_OS_SOLARIS) )
103
 && ( defined(RT_OS_DARWIN) || defined(RT_OS_FREEBSD) || defined(RT_OS_LINUX) || defined(RT_OS_NETBSD) || defined(RT_OS_OPENBSD) || defined(RT_OS_SOLARIS) )
103
# define IPRT_USE_PAM
104
# define IPRT_USE_PAM
104
#endif
105
#endif
106
*/
105
#ifdef IPRT_USE_PAM
107
#ifdef IPRT_USE_PAM
106
# include <security/pam_appl.h>
108
# include <security/pam_appl.h>
107
# include <stdlib.h>
109
# include <stdlib.h>

Return to bug 910509