From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Colin Walters Newsgroups: gmane.emacs.devel Subject: Re: update-game-score Date: 06 Apr 2002 19:18:20 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: <1018138700.11941.51.camel@space-ghost> References: <8296-Sat06Apr2002111820+0300-eliz@is.elta.co.il> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1018138886 387 127.0.0.1 (7 Apr 2002 00:21:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 7 Apr 2002 00:21:26 +0000 (UTC) Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16u0Qv-000068-00 for ; Sun, 07 Apr 2002 02:21:25 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16u0ec-0003md-00 for ; Sun, 07 Apr 2002 02:35:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16u0Qe-000367-00; Sat, 06 Apr 2002 19:21:08 -0500 Original-Received: from monk.debian.net ([216.185.54.61] helo=monk.verbum.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16u0Pv-00034Z-00 for ; Sat, 06 Apr 2002 19:20:23 -0500 Original-Received: from space-ghost.verbum.private (freedom.cis.ohio-state.edu [164.107.60.183]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "space-ghost.verbum.org", Issuer "monk.verbum.org" (verified OK)) by monk.verbum.org (Postfix (Debian/GNU)) with ESMTP id 0BA7974000B2 for ; Sat, 6 Apr 2002 19:20:13 -0500 (EST) Original-Received: by space-ghost.verbum.private (Postfix (Debian/GNU), from userid 1000) id F287C806BCA; Sat, 6 Apr 2002 19:18:20 -0500 (EST) Original-To: emacs-devel@gnu.org In-Reply-To: <8296-Sat06Apr2002111820+0300-eliz@is.elta.co.il> X-Mailer: Evolution/1.0 (Preview Release) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2432 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2432 [ No need to CC me, by the way, since I read this list ] On Sat, 2002-04-06 at 03:18, Eli Zaretskii wrote: > IMHO, this code needs to take non-Posix platforms into consideration, > unless the intent is to run it only on Unix and GNU/Linux systems. Well, ok. But I personally don't have (superuser) access to anything besides Debian GNU/Linux, which makes testing it elsewhere difficult. > If non-Posix systems are relevant, you should be aware that > and the getpwuid function are not universally available. In fact, > AFAIK, getpwuid wasn't even part of Posix until very recently, so some > older Posix systems might not have it as well. So some > autoconfiscation or system-dependent ifdef's are in order. Yeah. I imagine some system-dependent ifdefs will sneak in there. But at this point, it's still very much a work in progress...