From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 8CE091F453 for ; Thu, 17 Jan 2019 18:43:05 +0000 (UTC) Received: from localhost ([127.0.0.1]:51385 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkCd5-0000HQ-PA for normalperson@yhbt.net; Thu, 17 Jan 2019 13:43:03 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkCd2-0000HJ-Aj for bug-gnulib@gnu.org; Thu, 17 Jan 2019 13:43:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gkCd1-0006Wd-Mu for bug-gnulib@gnu.org; Thu, 17 Jan 2019 13:43:00 -0500 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::5]:17484) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gkCd1-0006Ry-1J for bug-gnulib@gnu.org; Thu, 17 Jan 2019 13:42:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1547750574; s=strato-dkim-0002; d=clisp.org; h=References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=pmX7e/Xxr24sYs8PoQR+7HzlItzlPz+GIw479q9NvFw=; b=PpCGQhimgCJu/LoxOsGX/yBU4h/B4eXnyy9I/Zf8NVmXGKr9Rc1vm5vCHOQFN9t057 +1S7IwH4Acij+pcwHzpPxPWO3+6iiqsNZff7I+pCcCX61BE8dLMstRv9ICSPBXdVC2JR bme3ntZGjy4XO05L64b/uBP+pJD3gsXZgF7ZBnFls474RugQ/5UmHW+/s1BVl5Ky/2we RoX3QGgbDZTel1610FnZ70v2FRz//Gh+7LBH7XrvC0x2KfC11rmuyWmM6Qn9hLR7Ek1x 3uQ/C28fRyFuRM/+zYkheDE++Eiq1JJtXr/Qweqq0oVcBa4Q8vIQpxza4cmH5nnDgGKZ 4Xig== X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH+AHjwLuWOGKf2y/s=" X-RZG-CLASS-ID: mo00 Received: from bruno.haible.de by smtp.strato.de (RZmta 44.9 DYNA|AUTH) with ESMTPSA id v0a34ev0HIgn7Rz (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Thu, 17 Jan 2019 19:42:49 +0100 (CET) From: Bruno Haible To: KO Myung-Hun Subject: Re: [PATCH 2/2] mknod: mknod() needs unistd.h on OS/2 kLIBC Date: Thu, 17 Jan 2019 19:42:48 +0100 Message-ID: <6001493.i4uIs7ozSJ@omega> User-Agent: KMail/5.1.3 (Linux/4.4.0-141-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <5C409306.5020201@gmail.com> References: <20190117043533.27059-1-komh@chollian.net> <3d76927b-9e3d-4c44-d9a0-230498522d41@redhat.com> <5C409306.5020201@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a01:238:20a:202:5300::5 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Eric Blake , bug-gnulib@gnu.org Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" Thanks. I installed both of your patches, the second one with some comment tweaks. Apologies for the mistake that resulted in the syntax error in fcntl.c. Bruno