From 33b3deae2bb1c59bfd33d023f7bf0b0792521acf Mon Sep 17 00:00:00 2001 From: Sadrul Habib Chowdhury Date: Fri, 6 Feb 2009 15:03:40 -0500 Subject: [PATCH] Fix compiling when multiuser mode is disabled. --- src/attacher.c | 4 ---- 1 file changed, 4 deletions(-) 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 /* -- 2.11.4.GIT