more portable Gnome uid workaround

- incorporate a more portable way of calling the real getres*id() functions
on Linux platforms that uses the glibc interface rather than calling
the system call directly.  The previous version didn't work on ia64 linux.
This commit is contained in:
cohrs
2002-04-21 23:59:52 +00:00
parent 8260da268e
commit 310e466162
2 changed files with 18 additions and 22 deletions

View File

@@ -110,6 +110,7 @@ Gnome: destroy main game windows correctly
Gnome: Dylan Alex Simon's port of KDE-style worn window
Gnome: Dylan Alex Simon's port of KDE-style hero cursor color
tty: support terms where turning off inverse video turns off color too
Gnome/Linux: more portable getres*id workaround
General New Features