Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2023 07:47:35 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c25155762166 - main - glob.h: Remove $FreeBSD$
Message-ID:  <202308160747.37G7lZtG043171@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=c25155762166bd03329667e525b2e2c1253a4d6a

commit c25155762166bd03329667e525b2e2c1253a4d6a
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-08-16 07:42:14 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-08-16 07:46:21 +0000

    glob.h: Remove $FreeBSD$
    
    This likely documented where this file was copied, but the $FreeBSD$
    tag was lost as soon as it was committed. Just remove it. Also remove
    the one that looked like it was intended to track versions. That will
    simplify the MFC.
    
    Sponsored by:           Netflix
---
 lib/libc/gen/glob-compat11.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/libc/gen/glob-compat11.h b/lib/libc/gen/glob-compat11.h
index d43086f819c5..720f3fab36f9 100644
--- a/lib/libc/gen/glob-compat11.h
+++ b/lib/libc/gen/glob-compat11.h
@@ -30,8 +30,6 @@
  * SUCH DAMAGE.
  *
  *	@(#)glob.h	8.1 (Berkeley) 6/2/93
- * from: $FreeBSD$
- * $FreeBSD$
  */
 
 #ifndef _GLOB_COMPAT11_H_



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308160747.37G7lZtG043171>