git: 3f944f3bb75f - main - ee: remove locally added __FBSDID
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Nov 2023 16:48:51 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=3f944f3bb75fe6eae6000511ad19799d90da54ba
commit 3f944f3bb75fe6eae6000511ad19799d90da54ba
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-11-27 16:47:26 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-11-27 16:47:26 +0000
ee: remove locally added __FBSDID
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D42701
---
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 ";