From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: remove select emulation in sysdep.c Date: Mon, 09 Aug 2010 13:05:00 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1281373514 12674 80.91.229.12 (9 Aug 2010 17:05:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Aug 2010 17:05:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 09 19:05:11 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OiVme-0003jf-DV for ged-emacs-devel@m.gmane.org; Mon, 09 Aug 2010 19:05:08 +0200 Original-Received: from localhost ([127.0.0.1]:59205 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiVme-0005Va-29 for ged-emacs-devel@m.gmane.org; Mon, 09 Aug 2010 13:05:08 -0400 Original-Received: from [199.232.76.173] (port=53799 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiVmX-0005Ur-SE for emacs-devel@gnu.org; Mon, 09 Aug 2010 13:05:01 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OiVmW-0007oy-QF for emacs-devel@gnu.org; Mon, 09 Aug 2010 13:05:01 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:55596) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OiVmW-0007ou-KF for emacs-devel@gnu.org; Mon, 09 Aug 2010 13:05:00 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OiVmW-0005mL-IV for emacs-devel@gnu.org; Mon, 09 Aug 2010 13:05:00 -0400 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:128491 Archived-At: All supported systems support select (well, except MSDOS ... it does not need it). so the select emulation in sysdep.c can go.