git: 4fe486b8c82a - stable/14 - ee: remove locally added __FBSDID
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Dec 2023 23:22:54 UTC
The branch stable/14 has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=4fe486b8c82a3f38b8162b5a3bace6e7b4e97659
commit 4fe486b8c82a3f38b8162b5a3bace6e7b4e97659
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-11-27 16:47:26 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-12-13 23:08:50 +0000
ee: remove locally added __FBSDID
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D42701
(cherry picked from commit 3f944f3bb75fe6eae6000511ad19799d90da54ba)
---
contrib/ee/ee.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/contrib/ee/ee.c b/contrib/ee/ee.c
index 21523ece9c70..072d26519f4c 100644
--- a/contrib/ee/ee.c
+++ b/contrib/ee/ee.c
@@ -54,9 +54,6 @@
|
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
char *ee_copyright_message =
"Copyright (c) 1986, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 2009 Hugh Mahon ";