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();