Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-developers-subscribe AT cygwin DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin-developers/> List-Post: <mailto:cygwin-developers AT cygwin DOT com> List-Help: <mailto:cygwin-developers-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Date: Mon, 1 Jul 2002 16:41:40 -0400 From: Christopher Faylor <cgf AT redhat DOT com> To: cygwin-developers AT cygwin DOT com Cc: Corinna Vinschen <vinschen AT redhat DOT com> Subject: Any ideas with xterm/xfree problem? Message-ID: <20020701204140.GA25217@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com, Corinna Vinschen <vinschen AT redhat DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.23.1i Is anyone reading the discussion in cygwin-xfree? If so, I was wondering if you had any idea what was causing the problem. Out of curiousity, would adding something like: if (myself->uid == uid) return 0; to the top of seteuid32 be "wrong"? It seems like xterm is just calling setuid with its own uid. So, this test would short circuit that. I don't know what would be failing, otherwise to cause this problem. cgf