From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18983 invoked by alias); 5 Jun 2013 22:17:55 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 18965 invoked by uid 89); 5 Jun 2013 22:17:54 -0000 X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,SPF_NEUTRAL autolearn=no version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from popelka.ms.mff.cuni.cz (HELO popelka.ms.mff.cuni.cz) (195.113.20.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 05 Jun 2013 22:17:53 +0000 Received: from domone.kolej.mff.cuni.cz (popelka.ms.mff.cuni.cz [195.113.20.131]) by popelka.ms.mff.cuni.cz (Postfix) with ESMTPS id 3F61150459; Thu, 6 Jun 2013 00:17:49 +0200 (CEST) Received: by domone.kolej.mff.cuni.cz (Postfix, from userid 1000) id B27C260334; Thu, 6 Jun 2013 02:16:14 +0200 (CEST) Date: Wed, 05 Jun 2013 22:17:00 -0000 From: =?utf-8?B?T25kxZllaiBCw61sa2E=?= To: libc-alpha@sourceware.org, libc-ports@sourceware.org Subject: [COMMITED] Fix executable mode. Message-ID: <20130606001614.GA18318@domone.kolej.mff.cuni.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-SW-Source: 2013-06/txt/msg00005.txt.bz2 Hi, I found that file posix/transbug.c had executable flag set. A find -regex ".*[.][ch]\$" -executable Revealed two more files. Commited as obvious. Changelog * posix/transbug.c: Likewise. Changelog.microblaze * ports/sysdeps/microblaze/bits/atomic.h: Remove executable mode. * ports/sysdeps/unix/sysv/linux/microblaze/sysdep.h: Likewise.