From owner-svn-src-all@freebsd.org Sun Dec 15 07:21:00 2019 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A56581E46CD; Sun, 15 Dec 2019 07:21:00 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-qk1-f194.google.com (mail-qk1-f194.google.com [209.85.222.194]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47bG643sWCz4FD7; Sun, 15 Dec 2019 07:21:00 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-qk1-f194.google.com with SMTP id a203so1723222qkc.3; Sat, 14 Dec 2019 23:21:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=N1asKt6rcvgs4USbir7TnQHNMBxntaIWEmSBAecSA1A=; b=pfwqpNxgvnMOcPqsaJBmgrTZ2IvBTCSyw8ahn1uKfW/22jPHSgtUBiM0HIii9NEFLm cBflwTF+58CcPjEasTTiQt3HHmIQiURjZra1v4B0s5hPR5XnD7RmVrAGXM+9YnqEF4+R n3z+tGGxTdxuKMs6GFlarcqiW5GMVJnC+27b7S+binmRvi8ojd6/B6sHdDsNL2IJbJoH fSRlZXwrsPnWnEw4c91tbMTDPfTKqNqZ7FATIHwAVjH2DMDtTlayvH2RechA5u3Calmz Lq3OjwodavBA3Lqj0EGX+BxzYaAHGffaoHPRk0gWkQ4vfqjXJOUlKi4A7ozs6KIw9ms3 Q7kw== X-Gm-Message-State: APjAAAVI6uDG74w7BQ53ShPxe58a7/1ZvFflxZSaPPi0NGPSpEohn353 +oAfKfkjG8skbiP+H7FM7f/RXTrguXd1HruugaJd2v0b X-Google-Smtp-Source: APXvYqwNDBxzlAfwksa+bFun5JhS6itvRhuvUsVr57hf5BNuKvHWroLV8LGVuQTEx0ExaZvnA6HNvaV4kxBYh9WwHAw= X-Received: by 2002:a37:a197:: with SMTP id k145mr21350020qke.486.1576394458337; Sat, 14 Dec 2019 23:20:58 -0800 (PST) MIME-Version: 1.0 References: <201912140828.xBE8SAXq027656@repo.freebsd.org> In-Reply-To: <201912140828.xBE8SAXq027656@repo.freebsd.org> From: Antoine Brodin Date: Sun, 15 Dec 2019 08:20:46 +0100 Message-ID: Subject: Re: svn commit: r355747 - in head: . include lib/libc/stdlib lib/libxo To: Conrad Meyer Cc: src-committers , svn-src-all , svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 47bG643sWCz4FD7 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 15 Dec 2019 07:21:00 -0000 On Sat, Dec 14, 2019 at 9:28 AM Conrad Meyer wrote: > > Author: cem > Date: Sat Dec 14 08:28:10 2019 > New Revision: 355747 > URL: https://svnweb.freebsd.org/changeset/base/355747 > > Log: > Deprecate sranddev(3) API Hi, The stdlib.h header is now broken and most ports are broken. /usr/include/stdlib.h:317:8: error: unknown type name 'inline' static inline void ^ Please fix. Atnoine (with hat: portmgr)