Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Oct 2023 18:37:04 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 5db9e9e29605 - stable/14 - Remove a few more stray __FBSDID uses
Message-ID:  <202310241837.39OIb4eF088058@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by jhb:

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

commit 5db9e9e29605616f071fc6a4cb01ff464d47848f
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2023-09-25 14:49:52 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2023-10-24 17:08:46 +0000

    Remove a few more stray __FBSDID uses
    
    Reviewed by:    imp, emaste
    Differential Revision:  https://reviews.freebsd.org/D41954
    
    (cherry picked from commit 16837d353cdde87672d08112610e51e4121c4e50)
---
 lib/libc/tests/sys/cpuset_test.c   | 3 ---
 sys/arm/mv/clk/armada38x_coreclk.c | 3 ---
 sys/dev/enic/enic.h                | 3 ---
 3 files changed, 9 deletions(-)

diff --git a/lib/libc/tests/sys/cpuset_test.c b/lib/libc/tests/sys/cpuset_test.c
index 52c0dc877ab8..53d6a8215bbc 100644
--- a/lib/libc/tests/sys/cpuset_test.c
+++ b/lib/libc/tests/sys/cpuset_test.c
@@ -25,9 +25,6 @@
  * SUCH DAMAGE.
  */
 
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD");
-
 #include <sys/param.h>
 #include <sys/cpuset.h>
 #include <sys/jail.h>
diff --git a/sys/arm/mv/clk/armada38x_coreclk.c b/sys/arm/mv/clk/armada38x_coreclk.c
index 14887ce88fb3..21e630d18b06 100644
--- a/sys/arm/mv/clk/armada38x_coreclk.c
+++ b/sys/arm/mv/clk/armada38x_coreclk.c
@@ -24,9 +24,6 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <sys/cdefs.h>
-__FBSDID("$FressBSD$");
-
 #include <sys/param.h>
 #include <sys/bus.h>
 #include <sys/kernel.h>
diff --git a/sys/dev/enic/enic.h b/sys/dev/enic/enic.h
index a2a40334986f..6d0eb8563efd 100644
--- a/sys/dev/enic/enic.h
+++ b/sys/dev/enic/enic.h
@@ -3,9 +3,6 @@
  * Copyright 2007 Nuova Systems, Inc.  All rights reserved.
  */
 
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: $");
-
 #ifndef _ENIC_H
 #define _ENIC_H
 



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