From nobody Thu Aug 17 02:59:22 2023 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RR8qG5t80z4q4Qd; Thu, 17 Aug 2023 02:59:22 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RR8qG5Jqlz3CyB; Thu, 17 Aug 2023 02:59:22 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1692241162; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=9OGSOoakrzcgWgvH4d1ssIYSyBRs2HIWdPsmsDY8HNg=; b=oDYEQp1Usjes1WNjrXHtlYvxPuM12/VyLfPSFUy35p3tOe4qaoBevNyuhj23RkgHTeNI3K H5/JMPgTnvZ6UFRe0Bd5O4+N/8znhquQLCZfsELlR9DtC0VNRbmqgei/ffbR+DAXxT9s1L ZSuBfGA1kV4/7Y/Ly2QMH3/9Pwft1x3a45SYw4eon6gWKkkK+MTBDlZgtWdussySQsVPL7 5kAkOcTUD00+8/BNjq89lzsuuyNIt8uzHmq4nmINEf2flEiLQhGO5ROiRrful5zhykOYuc Y5u6ANEQREFRaSoBVg6XamFRCibogKmT81V7WWyYInzKsU1UoVQoJc6orVGLjw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1692241162; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=9OGSOoakrzcgWgvH4d1ssIYSyBRs2HIWdPsmsDY8HNg=; b=NT+1/D+3q6shrmQNEwR/B42/kHsbtDRhNMENI8HvTnpf0ifgng+I+wMLBRoKJPln9urmJZ hbGK0i8dJ31Mftrl/qPRFNv4mwlsegdfbGPOStLAcVFigChqWoWsAPqFgVmS678pe7noF8 WBkGEr1JPfe2vro5hXBbO0Uv6NLZLmlOFpDQga4jkiLE8DwTLgvUBzqTuOCTDsrFAS7KnD 9UhTIpBRR5VeW/Q/lhqMeVy/53jLJCNJ0+Y97pspR+x8uQKIbGMv5hzLlNZCBjFbhFjqEj o8rlGqWe8WueiQvTnn/DeIU5rJ6QFHkhAAki2Emh46A+HPzwHEzeSGaafcPENA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1692241162; a=rsa-sha256; cv=none; b=LbzkkvZXwkmrKNqPEHT4MntnlIjworJePH9NXInA9TypFnyLseGsBNKcPJnJnOC1siebcz qE+PmFRZ2mJ67Aokaa9Emyo2BAaaPLv/POFDHFcum8LWUMb22KeAUZH9SVr2ofH/zJdxGx gEcRk9uXypNTsoGZQnMXriJGLhmcO7xZoejrqoAyAtUWEYJEtH5OyasV9oH55+5ZL0DWbp r3TETXlzyi/4IJ15RPA2dLxKromLYMcM8Ng/q+fgfvNYKOBijmUKqZtG5q6fNEmjt2k8ay yjTqktDBqYwsvypk7eOHhB4G5mGZAd22p2CoEHRnlbZ5Dh2jnfrMyHG27Wc0Fg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: by freefall.freebsd.org (Postfix, from userid 1033) id 95A69B4B8; Thu, 17 Aug 2023 02:59:22 +0000 (UTC) Date: Thu, 17 Aug 2023 02:59:22 +0000 From: Alexey Dokuchaev To: Warner Losh Cc: Jessica Clarke , Warner Losh , src-committers , "" , "" Subject: Re: git: da5432eda807 - main - Remove $FreeBSD$: alt two-line .c pattern Message-ID: References: <202308161757.37GHv2ca059368@gitrepo.freebsd.org> <83CE52EE-11ED-4650-A515-F4CE19345BB9@freebsd.org> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Wed, Aug 16, 2023 at 12:30:58PM -0600, Warner Losh wrote: > On Wed, Aug 16, 2023, 12:15 PM Jessica Clarke wrote: > > On 16 Aug 2023, at 18:57, Warner Losh wrote: > > > commit da5432eda807c4b7232d030d5157d5b417ea4f52 > > > > > > Remove $FreeBSD$: alt two-line .c pattern > > > > > > Remove /^\s*__RCSID\("\$FreeBSD\$"\);\n\n/ > > > ... > > > diff --git a/sbin/routed/if.c b/sbin/routed/if.c > > > index 83d8fe503893..72894942fe05 100644 > > > --- a/sbin/routed/if.c > > > +++ b/sbin/routed/if.c > > > @@ -33,9 +33,6 @@ > > > > > > #include "defs.h" > > > #include "pathnames.h" > > > - > > > -__RCSID("$FreeBSD$"); > > > - > > > struct ifhead ifnet = LIST_HEAD_INITIALIZER(ifnet); /* all interfaces */ > > > > Alas these diffs aren't style(9)-compliant. > > Fixes welcome. I'm sure there's a hundred errors in the 32k changes > I made. I tried to catch as many as I could... I think I've also noticed some triple \n\n\n as well, when #include ...__RCSID() were following top comment. On a related note, can we expect to see $FreeBSD$ back one day, when Git will be replaced with something which does support keywords properly? ./danfe