1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/xconq/files/patch-aj

14 lines
419 B
Plaintext
Raw Normal View History

--- x11/xconq.c.orig Sun Apr 30 20:34:14 2000
+++ x11/xconq.c Sun Apr 30 20:34:50 2000
@@ -119,8 +119,8 @@
extern uid_t games_uid;
/* Shift to being the user that started the game. */
- games_uid = geteuid();
- setuid(getuid());
+ games_uid = getegid();
+ setgid(getgid());
init_library_path(NULL);
printf("\n Welcome to X11 Xconq version %s\n\n",
version_string());