On NetBSD don't use setruid() and setrgid().

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2004-10-31 14:37:08 +00:00
Родитель ac0fc7798d
Коммит a8966861e8
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -94,6 +94,11 @@ static VALUE S_Tms;
#define HAVE_44BSD_SETGID 1
#endif
#ifdef __NetBSD__
#undef HAVE_SETRUID
#undef HAVE_SETRGID
#endif
#if defined(__MacOS_X__) || defined(__bsdi__)
#define BROKEN_SETREUID 1
#define BROKEN_SETREGID 1