From owner-svn-src-head@freebsd.org Wed Dec 30 23:34:32 2015 Return-Path: Delivered-To: svn-src-head@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 27AC7A56824 for ; Wed, 30 Dec 2015 23:34:32 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c: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 B73601C9F for ; Wed, 30 Dec 2015 23:34:31 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by mail-wm0-x22a.google.com with SMTP id b14so65900222wmb.1 for ; Wed, 30 Dec 2015 15:34:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hardenedbsd-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=eLSk17Y2MdxsWm/lZPu2yny0v5haA9oKOOzab5AyI5k=; b=BRGQPKvrW8XEtuIvs+6A2FAfk4E1XuIpq77Hj2xwymfkpulP1uRVc07Q/ZHyLrQcxg 60to9v82JTIc9lq6EPObFB3vk++/MLbHegjhk/LrU416OtNol8JVW8UFJtLKuu9vc0f0 loYoq+gfAS3mAcolsA5AnuX6DkND2pW5pP1eDyChdB28rzKsilRkNabw3iVmsGHyACNZ FyR5SnCpyUYI+h+Y+2NFSd0NOAoDaDGWbmNNrxq0+hHumy4KQHyhxVjUt1mqKQx/3PSN ezwXvmgGCWaIniv5MI3NDaaaIgP4V0zYRyKALFuixRaRZuKKCXw2r7ooWs3c/wlzZn2z orHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=eLSk17Y2MdxsWm/lZPu2yny0v5haA9oKOOzab5AyI5k=; b=MYKVXT3lJQW4C/w2NiTUQbAi5glxqZn2guRLsO8wZbb/3GRs7ua8kJlQi09ptRpcqi jlE9ucUI6f1cV3GTLV3IPgkGj07GrPJv0F4YffvZRHunDKk2YyGVQYWO4edpj4B5+yMh 2jXDvmSqYADIb1sh+yhSrgdEjH2FPyMm7CE3hnncLdVIdJe31plflSO3K3XjKKeNa6Nl ff6QQ6ZD5QR64XL89Nlsuey1/IzZPrqEmSHWNTOpgvItvGHSPoyMW+DJOtGeR8QpJLtB OdHRPGAyaGFx91yM5fYLuAsBh5usmppXKVj03GXLucsY6OSea7d7dICUTKYqKHpInc1j R64g== X-Gm-Message-State: ALoCoQnlVM9O1oeXv6Sz+isFWgtsAlu/sHRa/Plu3LPD8rIC+mXw78g5BHT+VTNLkkz08LfLbQg5t3NqeKEs0iie21oZU4EaSekUwoUt1Zuc2t9OKsXNfGY= MIME-Version: 1.0 X-Received: by 10.28.146.145 with SMTP id u139mr11512932wmd.81.1451518470144; Wed, 30 Dec 2015 15:34:30 -0800 (PST) Received: by 10.194.85.167 with HTTP; Wed, 30 Dec 2015 15:34:30 -0800 (PST) In-Reply-To: <201512302327.tBUNROQ4059145@repo.freebsd.org> References: <201512302327.tBUNROQ4059145@repo.freebsd.org> Date: Thu, 31 Dec 2015 00:34:30 +0100 Message-ID: Subject: Re: svn commit: r292966 - head/sys/sys From: Oliver Pinter To: Allan Jude 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2015 23:34:32 -0000 On 12/31/15, Allan Jude wrote: > Author: allanjude > Date: Wed Dec 30 23:27:24 2015 > New Revision: 292966 > URL: https://svnweb.freebsd.org/changeset/base/292966 > > Log: > Bump __FreeBSD_version because r292782 removes sys/crypto/sha2.h > > Submitted by: Oliver Pinter > > Modified: > head/sys/sys/param.h > > Modified: head/sys/sys/param.h > ============================================================================== > --- head/sys/sys/param.h Wed Dec 30 23:25:45 2015 (r292965) > +++ head/sys/sys/param.h Wed Dec 30 23:27:24 2015 (r292966) > @@ -58,7 +58,7 @@ > * in the range 5 to 9. > */ > #undef __FreeBSD_version > -#define __FreeBSD_version 1100092 /* Master, propagated to newvers */ > +#define __FreeBSD_version 1100093 /* Master, propagated to newvers */ > > /* > * __FreeBSD_kernel__ indicates that this system uses the kernel of > FreeBSD, Cool! Thank you! > _______________________________________________ > svn-src-head@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org" >