From owner-svn-src-all@freebsd.org Mon Mar 19 21:32:44 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28817F4B2D7; Mon, 19 Mar 2018 21:32:44 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x234.google.com (mail-it0-x234.google.com [IPv6:2607:f8b0:4001:c0b::234]) (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 B1F2186D83; Mon, 19 Mar 2018 21:32:43 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x234.google.com with SMTP id y20-v6so12092726itc.5; Mon, 19 Mar 2018 14:32:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=GWqjTlj7+CLLF7JZ8BVMglGqb9HMOR5aOazEYobe66E=; b=AJu9wen5nJzjq0EIIDQOd8sqQrU+ni+cQLtXm/Zc5jUnO+egDTeio5M1UfrxwN2I+O rndznF083dX0OsshRuaw55LKrsYn7dliWy6BV05tTOW23XyDU/DRHlMAX29JW83GTu5i bYSOXrvt8dszkrGBwKVHgmUeuWmX7Obg+OEdeYLk35AYcNuZ7Zv9qMY3GS0GheeISuRr CmqGQVVOt5MWmLqchJdNTUJT3jcPAewCtgq9i+E+BbmSzwssvLrWyZ1GJCxhkIi3N69D wSJmTvdb1uxG0iIccBn3zCsynbL64ezEvOJbDLCQl9RUY2E2qomIfeff1IWWs80ZgT9K WlYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=GWqjTlj7+CLLF7JZ8BVMglGqb9HMOR5aOazEYobe66E=; b=K+c+uhch9vZ8ApKqE/6D4Dc9wIWGfKlHYbW1RXXvgkOiL4CEAuisGRVjWXr/5XOk7Y 8GBksA/o01YdRJTjkSt5DGWVKUdkhdq1IoieN+0MTiHPN0jP0tC4SEsmDo5ZSMSCAab7 CuMTQgK0Sj/jzduC6H5i95tul1NB39lhD8gDknRSVTxyW44E//mc/EZVq8w3qUBzbl22 4LswSQWQUu+ncl7847PPvdvqKpXyDTBOv2YCmjGXe4XtUwhkCFVUE9GUVW0wfN716BcA PZSUBj3FJ8VDIHq8Qav824bT7/SDhSdyrnm5wWtZc1CaZgPQvJ3gpXs6206jI9Qm5Wi6 VlIQ== X-Gm-Message-State: AElRT7EILdmgRu+xHmqraaTn0di+y6OWOn3zqav4c+R886YRREaL++ii O7cHEpIIcKUwUXxFYX0T5aw/W5bv88KG6vb2ogWcOQ== X-Google-Smtp-Source: AG47ELv3pIujZ2RglMkpphkGFCAcYbFYj/nnBLWc8TLjgny9sfRhjISbpuC6obonZBcBK3JQmniNxv1Vuif7Z+T2Ers= X-Received: by 2002:a24:7c6:: with SMTP id f189-v6mr334724itf.114.1521495162730; Mon, 19 Mar 2018 14:32:42 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.163.13 with HTTP; Mon, 19 Mar 2018 14:32:22 -0700 (PDT) In-Reply-To: <1806390.PUHUxB7aSs@ralph.baldwin.cx> References: <201803161451.w2GEpl3T053141@repo.freebsd.org> <1806390.PUHUxB7aSs@ralph.baldwin.cx> From: Ed Maste Date: Mon, 19 Mar 2018 17:32:22 -0400 X-Google-Sender-Auth: KAvOUy35hpxRfThy7yor2V2eQrU Message-ID: Subject: Re: svn commit: r331057 - head/sys/compat/linux To: John Baldwin Cc: src-committers , 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.25 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, 19 Mar 2018 21:32:44 -0000 On 16 March 2018 at 17:08, John Baldwin wrote: > On Friday, March 16, 2018 02:51:47 PM Ed Maste wrote: >> Author: emaste >> Date: Fri Mar 16 14:51:47 2018 >> New Revision: 331057 >> URL: https://svnweb.freebsd.org/changeset/base/331057 >> >> Log: >> linux_errno.c: add newer errno values > > Could you move the table to a header perhaps so it can also be shared > with lib/libsysdecode/errno.c (which has another copy of this table)? I found that copy shortly after I made this change (and then updated it to match). We could just add linux_errno.c to libsysdecode though?