lots of includes and HAVE_FOO_H
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2153 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -41,12 +41,14 @@
|
||||
RCSID("$Id$");
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "roken.h"
|
||||
|
||||
int
|
||||
setegid(int egid)
|
||||
setegid(gid_t egid)
|
||||
{
|
||||
#ifdef HAVE_SETREGID
|
||||
return setregid(-1, egid);
|
||||
|
Reference in New Issue
Block a user