aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/m4
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:42 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:42 +0000
commit1d386b48a555f61cb7325543adbbb5c3f3407a66 (patch)
tree41d64d08ce7d297d1b71e6b8a1da8fe8656fb938 /usr.bin/m4
parent685dc743dc3b5645e34836464128e1c0558b404b (diff)
downloadsrc-1d386b48a555f61cb7325543adbbb5c3f3407a66.tar.gz
src-1d386b48a555f61cb7325543adbbb5c3f3407a66.zip
Diffstat (limited to 'usr.bin/m4')
-rw-r--r--usr.bin/m4/eval.c3
-rw-r--r--usr.bin/m4/expr.c2
-rw-r--r--usr.bin/m4/gnum4.c2
-rw-r--r--usr.bin/m4/look.c2
-rw-r--r--usr.bin/m4/main.c2
-rw-r--r--usr.bin/m4/misc.c2
-rw-r--r--usr.bin/m4/trace.c2
7 files changed, 0 insertions, 15 deletions
diff --git a/usr.bin/m4/eval.c b/usr.bin/m4/eval.c
index c55bac4bbc8c..82218eb9ba1c 100644
--- a/usr.bin/m4/eval.c
+++ b/usr.bin/m4/eval.c
@@ -36,9 +36,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
-
/*
* eval.c
* Facility: m4 macro processor
diff --git a/usr.bin/m4/expr.c b/usr.bin/m4/expr.c
index 8a64217b5768..7910403d74f0 100644
--- a/usr.bin/m4/expr.c
+++ b/usr.bin/m4/expr.c
@@ -15,8 +15,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stdint.h>
#include <stdio.h>
#include <stddef.h>
diff --git a/usr.bin/m4/gnum4.c b/usr.bin/m4/gnum4.c
index f09033786161..ecd89b5c8b6a 100644
--- a/usr.bin/m4/gnum4.c
+++ b/usr.bin/m4/gnum4.c
@@ -27,8 +27,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* functions needed to support gnu-m4 extensions, including a fake freezing
*/
diff --git a/usr.bin/m4/look.c b/usr.bin/m4/look.c
index acda95996033..d7ad94b18bd0 100644
--- a/usr.bin/m4/look.c
+++ b/usr.bin/m4/look.c
@@ -34,8 +34,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* look.c
* Facility: m4 macro processor
diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c
index f776ca8594e4..d68069cb10a8 100644
--- a/usr.bin/m4/main.c
+++ b/usr.bin/m4/main.c
@@ -41,8 +41,6 @@
* by: oz
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <assert.h>
#include <signal.h>
#include <err.h>
diff --git a/usr.bin/m4/misc.c b/usr.bin/m4/misc.c
index 52d122ff241e..4533e106a37f 100644
--- a/usr.bin/m4/misc.c
+++ b/usr.bin/m4/misc.c
@@ -36,8 +36,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <errno.h>
#include <unistd.h>
diff --git a/usr.bin/m4/trace.c b/usr.bin/m4/trace.c
index cce4c79e79b7..fe84c5ee405f 100644
--- a/usr.bin/m4/trace.c
+++ b/usr.bin/m4/trace.c
@@ -26,8 +26,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <err.h>
#include <stddef.h>
#include <stdint.h>