From 603c2f88d4e57ce1a3c16e8b6246866e6edd8fa8 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Sat, 7 Apr 2007 14:42:55 +0200 Subject: [PATCH] Use unistd.h to get getresuid() and friends. This works since we now have _GNU_SOURCE defined. --- src/xlibi18n/lcFile.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/xlibi18n/lcFile.c b/src/xlibi18n/lcFile.c index f1301535..65008fa3 100644 --- a/src/xlibi18n/lcFile.c +++ b/src/xlibi18n/lcFile.c @@ -34,11 +34,7 @@ #include "Xlibint.h" #include "XlcPubI.h" #include -#if 0 -#include /* in theory delivers getresuid/gid prototypes, - * in practice only the Linux syscall wrapper is there. */ -#endif - +#include /************************************************************************/