From owner-svn-src-all@freebsd.org Mon Feb 13 19:53:15 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 87527CDD46D; Mon, 13 Feb 2017 19:53:15 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qt0-x235.google.com (mail-qt0-x235.google.com [IPv6:2607:f8b0:400d:c0d::235]) (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 4102A1E38; Mon, 13 Feb 2017 19:53:15 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-qt0-x235.google.com with SMTP id w20so92861194qtb.1; Mon, 13 Feb 2017 11:53:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=QuyVNvdA61WvPMwp6wGriVls/0pGCQsNnrXo6o2Qt+w=; b=KSR/yIJZYWWwll6aZO8DwhAzmwQ7EzOLjDNyoBMQINgAXVSH6cws3AoE1Ukgyup+9O 9YBjJRi71kINLafER5ij75ZlOsnB0KlNC6+k8O/EoKAzoihMK+QVv4Sz3VIa6AauQLpV l5kgChMymt8iqemleDvw9YyKGG9Ym0ui7COsDx6d3EFgYUrbhHlUz/CnBTeQWzF3DJMv d04psCVbiPSfgKLb6ocyneKnK4I8e6GVVredoj7VBxyfgf91Rl73iBrjIkGXmXro6WTt RsT6CH7MBsT0BFBOt12V2RureFJNJEWRVL8O6aFrUZOWy9dtSZbhIZnAnDuU2pHHZ/bI Ma+g== 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=QuyVNvdA61WvPMwp6wGriVls/0pGCQsNnrXo6o2Qt+w=; b=Gg2oiSeMR7c824yXcsRQSABnbGijZBLobkKDfXrgDkpa5pIeX/c5y9HLP1mdQEebbn Wus1WcN7Fmhe9GqLw2W+Dpp5UvmHXxG2IRUkzp5KDOB4LoGxwiVhiBoiGJRJcB3rPvLc ekVckNHTYkbPSijq1NQsTIsClAJfng6eO5Dhq0TEnZptDMkq5q5WienD6cutqEEjUKdL iy/1W4fJY7p4exlkXiE2eG1yy7qMaKaW0Xwmo9mqkt4Ct6Q1YI2Fa+HPTpofeVq7Ohl6 Xaiof4yPqlTB2bAGbGtnZGV43tqUll6Nt/Y4C1J8lxSspvFQqFC6kYtYhzUjBggQOwdK qjGg== X-Gm-Message-State: AMke39nKf5eybj7Hh/TnPaGx/XU3GJzulQjnFWDcEMlaRZHrh8eWIgoEkzBTYbnSOcY+UMfawTRw5k5GsFYjdw== X-Received: by 10.200.36.207 with SMTP id t15mr24233096qtt.84.1487015594033; Mon, 13 Feb 2017 11:53:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.84.230 with HTTP; Mon, 13 Feb 2017 11:53:13 -0800 (PST) In-Reply-To: <201702131900.v1DJ09lj093710@repo.freebsd.org> References: <201702131900.v1DJ09lj093710@repo.freebsd.org> From: Ngie Cooper Date: Mon, 13 Feb 2017 11:53:13 -0800 Message-ID: Subject: Re: svn commit: r313704 - head/sys/sys To: Ed Schouten Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@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 19:53:15 -0000 On Mon, Feb 13, 2017 at 11:00 AM, Ed Schouten wrote: > Author: ed > Date: Mon Feb 13 19:00:09 2017 > New Revision: 313704 > URL: https://svnweb.freebsd.org/changeset/base/313704 > > Log: > Make work on its own. > > Right now this header file doesn't want to build when included on its > own, as it depends on some integer types that are only declared > internally. Switch it over to use and the __* > counterparts. Thanks! Should kqueue(2)/kevent(2) be updated? -Ngie