From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Changes in update-game-score.c Date: Wed, 22 Jan 2014 21:42:41 +0200 Message-ID: <8361pbg5vy.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1390419761 18701 80.91.229.3 (22 Jan 2014 19:42:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Jan 2014 19:42:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 22 20:42:48 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W63hG-0001Kz-VJ for ged-emacs-devel@m.gmane.org; Wed, 22 Jan 2014 20:42:47 +0100 Original-Received: from localhost ([::1]:37259 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W63hG-0002iO-JN for ged-emacs-devel@m.gmane.org; Wed, 22 Jan 2014 14:42:46 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W63h6-0002iD-Vu for emacs-devel@gnu.org; Wed, 22 Jan 2014 14:42:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W63gz-0004SE-MY for emacs-devel@gnu.org; Wed, 22 Jan 2014 14:42:36 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:50255) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W63gz-0004R8-3x for emacs-devel@gnu.org; Wed, 22 Jan 2014 14:42:29 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MZT00M00IAUCW00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Wed, 22 Jan 2014 21:42:27 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MZT00MR5IQQCP20@a-mtaout20.012.net.il>; Wed, 22 Jan 2014 21:42:27 +0200 (IST) X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:168918 Archived-At: Can we please stop futzing with this silly program, while in feature freeze? Why do we suddenly care about it so much? Those changes do nothing useful, and risk breaking builds, e.g.: ./update-game-score.c: In function `write_scores': ./update-game-score.c:446: warning: implicit declaration of function `fchmod' gcc -std=gnu99 -mtune=pentium4 -I. -I../src -I../lib -I. -I./../src -I./../lib -mtune=pentium4 -DUSE_CRT_DLL=1 -I /d/gnu/bzr/emacs/trunk/nt/inc -O0 -gdwarf-2 -g3 -o test-distrib.exe ./test-distrib.c d:/usr/tmp/cckhdaaa.o(.text+0xe24): In function `write_scores': d:\gnu\bzr\emacs\trunk\lib-src/./update-game-score.c:446: undefined reference to `fchmod' collect2: ld returned 1 exit status TIA