From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Pavel@Janik.cz (Pavel =?iso-8859-2?q?Jan=EDk?=) Newsgroups: gmane.emacs.devel Subject: including systime.h twice? Date: Wed, 13 Feb 2002 22:41:19 +0100 Message-ID: NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-Trace: quimby2.netfonds.no 1013637036 29182 195.204.10.66 (13 Feb 2002 21:50:36 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 13 Feb 2002 21:50:36 GMT Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16b7IR-0007aa-00 for ; Wed, 13 Feb 2002 22:50:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16b77S-0002Md-00; Wed, 13 Feb 2002 16:39:14 -0500 Original-Received: from p0029.as-l043.contactel.cz ([194.108.242.29] helo=SnowWhite.SuSE.cz) by fencepost.gnu.org with smtp (Exim 3.33 #1 (Debian)) id 16b779-0002L5-00 for ; Wed, 13 Feb 2002 16:38:56 -0500 Original-Received: by SnowWhite.SuSE.cz (PJ, from userid 500) id 5DB24441B9; Wed, 13 Feb 2002 22:41:19 +0100 (CET) Original-To: emacs-devel@gnu.org Mail-Copies-To: never X-Face: $"d&^B_IKlTHX!y2d,3;grhwjOBqOli]LV`6d]58%5'x/kBd7.MO&n3bJ@Zkf&RfBu|^qL+ ?/Re{MpTqanXS2'~Qp'J2p^M7uM:zp[1Xq#{|C!*'&NvCC[9!|=>#qHqIhroq_S"MH8nSH+d^9*BF: iHiAs(t(~b#1.{w.d[=Z Original-Lines: 26 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i386-suse-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1092 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1092 Hi, in keyboard.c, we include systime.h twice. What about this? I think that the comment before this is useless now so we can remove it completely. Right? --- keyboard.c.~1.655.~ Wed Feb 13 18:08:57 2002 +++ keyboard.c Wed Feb 13 21:55:20 2002 @@ -75,9 +75,6 @@ #include "macterm.h" #endif -/* Include systime.h after xterm.h to avoid double inclusion of time.h. */ -#include "systime.h" - #ifndef USE_CRT_DLL extern int errno; #endif -- Pavel Janík So the solution is not build ACPI as a module, because it shouldn't have allowed you to do so in the first place :) -- Jeff Garzik in linux-kernel _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel