Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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 To: cygwin-developers AT cygwin DOT com Cc: Corinna Vinschen 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 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