From: Sadrul Habib Chowdhury Date: Fri, 6 Feb 2009 20:03:40 +0000 (-0500) Subject: Fix compiling when multiuser mode is disabled. X-Git-Url: https://repo.or.cz/w/screen-lua.git/commitdiff_plain/33b3deae2bb1c59bfd33d023f7bf0b0792521acf Fix compiling when multiuser mode is disabled. --- diff --git a/src/attacher.c b/src/attacher.c index 1866582..dfe111b 100644 --- a/src/attacher.c +++ b/src/attacher.c @@ -51,9 +51,7 @@ static void screen_builtin_lck __P((void)); #ifdef DEBUG static sigret_t AttacherChld __P(SIGPROTOARG); #endif -#ifdef MULTIUSER static sigret_t AttachSigCont __P(SIGPROTOARG); -#endif extern int real_uid, real_gid, eff_uid, eff_gid; extern char *SockName, *SockMatch, SockPath[]; @@ -75,7 +73,6 @@ static int multipipe[2]; #endif -#ifdef MULTIUSER static int ContinuePlease; static sigret_t @@ -85,7 +82,6 @@ AttachSigCont SIGDEFARG ContinuePlease = 1; SIGRETURN; } -#endif /*