From kde-core-devel Fri Aug 27 10:55:52 1999 From: Harri Porten Date: Fri, 27 Aug 1999 10:55:52 +0000 To: kde-core-devel Subject: kvt & seteuid() X-MARC-Message: https://marc.info/?l=kde-core-devel&m=93576069623462 Hi ! Could somebody please explain why the seteuid() alternative has been removed from kvt in KDE_1_1_BRANCH ? If there was any strong reason to do this please let's take care of the systems without this function as well. Harri. --- main.C 1999/07/28 08:52:32 1.77.4.10 +++ main.C 1999/08/03 11:32:54 1.77.4.11 @@ -46,10 +46,6 @@ #include "main.h" -#if !defined(HAVE_SETEUID) -#define seteuid(_eu) setresuid(-1, _eu, -1) -#endif - extern "C" { extern void *safemalloc(int, const char *identifier); extern void get_token();