From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.1 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id DFB771F404 for ; Wed, 24 Jan 2018 21:51:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932824AbeAXVvU (ORCPT ); Wed, 24 Jan 2018 16:51:20 -0500 Received: from elephants.elehost.com ([216.66.27.132]:47863 "EHLO elephants.elehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932474AbeAXVvT (ORCPT ); Wed, 24 Jan 2018 16:51:19 -0500 X-Virus-Scanned: amavisd-new at elehost.com Received: from gnash (CPE00fc8d49d843-CM00fc8d49d840.cpe.net.cable.rogers.com [99.229.179.249]) (authenticated bits=0) by elephants.elehost.com (8.15.2/8.15.2) with ESMTPSA id w0OLpF2e026516 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 24 Jan 2018 16:51:16 -0500 (EST) (envelope-from rsbecker@nexbridge.com) From: "Randall S. Becker" To: "'Junio C Hamano'" Cc: , References: <20180121234203.13764-1-randall.s.becker@rogers.com> <20180121234203.13764-4-randall.s.becker@rogers.com> <001601d39554$e19d24c0$a4d76e40$@nexbridge.com> In-Reply-To: Subject: RE: [PATCH v4 3/4] Bring NonStop platform definitions up to date in git-compat-util.h Date: Wed, 24 Jan 2018 16:51:09 -0500 Message-ID: <004001d3955d$74d04620$5e70d260$@nexbridge.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Content-Language: en-ca Thread-Index: AQG+M0yL6q6MsDdNM8SZpgZC9eG5XQJYngodAcg/ICcAmpMVCAHC0gzvo3phwsA= Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On January 24, 2018 4:18 PM, Junio C Hamano wrote: > > "Randall S. Becker" writes: > > >> > +#ifdef __TANDEM > >> > +#if !defined(_THREAD_SUPPORT_FUNCTIONS) && > >> !defined(_PUT_MODEL_) > >> > +/* #include > >> > + > >> > +*/ > >> > +/* #include */ #endif > >> > >> The above adds a conditional no-op? That's confusing... > > > > We are trying to make PUT work with git on NonStop. I can't tell you > > how much of a pain it is. This is a placeholder for others (outside > > our group) to know where to muck. I can remove it if you don't want it > there. > > It is OK as long as it was done on purpose. I was just making sure that this > was an unfinished WIP sent by mistake before proofreading. Absolutely definitely positively on purpose and when it we get PUT working in FLOSS, this is *so* going to happen. :-)