From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CDF5F1382C5 for ; Wed, 14 Mar 2018 15:46:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9A72E0858; Wed, 14 Mar 2018 15:46:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99680E0858 for ; Wed, 14 Mar 2018 15:46:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F8F5335C75 for ; Wed, 14 Mar 2018 15:46:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C44251EF for ; Wed, 14 Mar 2018 15:46:00 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1521042340.71f275b2aa04d9a9323a49d1421796c4d50b1436.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: mk/ X-VCS-Repository: proj/openrc X-VCS-Files: mk/os-FreeBSD.mk X-VCS-Directories: mk/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 71f275b2aa04d9a9323a49d1421796c4d50b1436 X-VCS-Branch: master Date: Wed, 14 Mar 2018 15:46:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 05308002-68d0-400b-9c2a-d41935116681 X-Archives-Hash: 63506c2f744cf8eff57f7386eba06348 commit: 71f275b2aa04d9a9323a49d1421796c4d50b1436 Author: William Hubbs gmail com> AuthorDate: Wed Mar 14 15:45:40 2018 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Mar 14 15:45:40 2018 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=71f275b2 typo fix mk/os-FreeBSD.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/os-FreeBSD.mk b/mk/os-FreeBSD.mk index 6a567e30..f8431bc3 100644 --- a/mk/os-FreeBSD.mk +++ b/mk/os-FreeBSD.mk @@ -12,4 +12,4 @@ include ${MK}/os-BSD.mk -CPPFLAGS+= -D_POSIX_C_SOURCE=200809 +CPPFLAGS+= -D_POSIX_C_SOURCE=200809L