From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3910 invoked by alias); 9 Mar 2017 15:43:36 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 3768 invoked by uid 89); 9 Mar 2017 15:43:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:Unknown, Home, H*R:D*net X-HELO: m71-131.mailgun.net Received: from m71-131.mailgun.net (HELO m71-131.mailgun.net) (166.78.71.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 09 Mar 2017 15:43:31 +0000 X-Mailgun-Sending-Ip: 166.78.71.131 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 58c17820.7ff84c0ed270-smtp-out-n02; Thu, 09 Mar 2017 15:43:28 -0000 (UTC) Date: Thu, 09 Mar 2017 15:43:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <58c1781fc8ebe_1abc3ffd77d6bc44197225@hookshot-fe3-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 7603e2: Fix unifdef in Linux 2.6.32 on macos Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_58c1781fc8b1e_1abc3ffd77d6bc441971a2"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00011.txt.bz2 ----==_mimepart_58c1781fc8b1e_1abc3ffd77d6bc441971a2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1192 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 7603e24b4f0a015d5166613cb8492c156aa9ae9d https://github.com/crosstool-ng/crosstool-ng/commit/7603e24b4f0a015d5166613cb8492c156aa9ae9d Author: Alexey Neyman Date: 2017-03-09 (Thu, 09 Mar 2017) Changed paths: A patches/linux/2.6.32.27/100-unifdef-strclpy.patch Log Message: ----------- Fix unifdef in Linux 2.6.32 on macos ... which fails to compile due to incompatible prototype for strlcpy() which isn't even used. 2.6.33 dropped the prototype, so the patch is n/a for newer kernels. Signed-off-by: Alexey Neyman Commit: 102d25caebf5893493871985cb8433884c23d2cb https://github.com/crosstool-ng/crosstool-ng/commit/102d25caebf5893493871985cb8433884c23d2cb Author: Alexey Neyman Date: 2017-03-09 (Thu, 09 Mar 2017) Changed paths: A patches/linux/2.6.32.27/100-unifdef-strclpy.patch Log Message: ----------- Merge pull request #638 from stilor/macos-linux-2.6.32 Fix unifdef in Linux 2.6.32 on macos Compare: https://github.com/crosstool-ng/crosstool-ng/compare/bfcc1e112a79...102d25caebf5 ----==_mimepart_58c1781fc8b1e_1abc3ffd77d6bc441971a2--