From owner-svn-src-all@freebsd.org Mon Feb 13 08:23:02 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3B25CDC66B for ; Mon, 13 Feb 2017 08:23:02 +0000 (UTC) (envelope-from ed@nuxi.nl) Received: from mail-yb0-x22a.google.com (mail-yb0-x22a.google.com [IPv6:2607:f8b0:4002:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B2C21861 for ; Mon, 13 Feb 2017 08:23:02 +0000 (UTC) (envelope-from ed@nuxi.nl) Received: by mail-yb0-x22a.google.com with SMTP id 123so25182431ybe.3 for ; Mon, 13 Feb 2017 00:23:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuxi-nl.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Hp2GqAOQlmbHgvXNgMws9a7QpSv/vIQ62jVxr5JZFfs=; b=sr6Wi055xmnHJ9zkCJWNp2LCGdh/qoQLmrJ7Dg+Ew43VDQum80Oncg6tre4lsslEMx 2HPS6btbSLx8aAgH0TDedcOSM822kEUDc3CWL6MJkioNMKznvgi5Y2PHT9Khx6cUO0qN UC2HkiwHYV7aCQ0QxmgVj3MnFOD/OqzD739qZqgKDKsDD3GDdtcO9GMRNFu3e5nvaftQ FXE3e96ZHgMYX5yPzqlNfVV+CPPTvyrbPcqp7r13O1r1czxXqHAasMqLgks8tK7z8mjy 5f0aDGti3uzkJFtsSwlfSX4iadQM8Md65Dd/C0mSZ9KBx5uicck3dPnRGj0HAelFi6Bf A7Ag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Hp2GqAOQlmbHgvXNgMws9a7QpSv/vIQ62jVxr5JZFfs=; b=VEffOztpvk5At5Vl1zCUZ8p/IdUvZt5bcP6RUeCMce8P6RoQBiciWJgTTvJVuZq8mg 7Q7VwqFxAKrowxuyNbEI0gAWUhp4nbsA6nBF51N9/s58axx2Hse7EtZMeG33NsgFAPKh Gmsqsw2iUu+scDSb2dOneA8h9L4GWB8+zFldrsVv8is/NP6zK32YxAyvCTMolrx1EyqU 1Upt1msVL08OpnZlwJISNAuEVkfH9WT+7UtrF4V6I06Jx6QaswFGQ22TjB8woaj63rxe zdCnTbbZd/UJ0N5f8egGU833YOqgobrOnq4Yx4Vv9MSPLS0wWZkIfCnfwM81Az/Fv0wu wNdg== X-Gm-Message-State: AMke39kltP/7b78IwAepSrcoiil3M2J/jdN3QI6u2rV3Lu8q+UZvFQgtEZmAN3jxaARqCoSQny9iOXemO9KnSg== X-Received: by 10.37.104.73 with SMTP id d70mr16159588ybc.148.1486974181153; Mon, 13 Feb 2017 00:23:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.129.52.76 with HTTP; Mon, 13 Feb 2017 00:22:30 -0800 (PST) In-Reply-To: <65538136-4b19-bc06-f3e0-302ef2fc2359@vangyzen.net> References: <201702110735.v1B7ZROH028648@repo.freebsd.org> <65538136-4b19-bc06-f3e0-302ef2fc2359@vangyzen.net> From: Ed Schouten Date: Mon, 13 Feb 2017 09:22:30 +0100 Message-ID: Subject: Re: svn commit: r313632 - in stable/10/contrib/netbsd-tests/lib/libc/gen: . posix_spawn To: Eric van Gyzen Cc: Ngie Cooper , src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 08:23:02 -0000 2017-02-11 15:28 GMT+01:00 Eric van Gyzen : > I would be concerned that app developers would read this definition, ignore > the one in the man page, and use the __-prefixed types in their apps. I think that's a concern that's not specific to the change at hand, as that's simply how BSD header files work. Take a look at the declaration of kill() in our copy of : int kill(__pid_t, int); This is simply the construct that the BSDs use to depend on a type without exposing it. -- Ed Schouten Nuxi, 's-Hertogenbosch, the Netherlands KvK-nr.: 62051717