diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-22 01:31:41 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-23 17:43:26 +0000 |
commit | 3d497e17ebd33fe0f58d773e35ab994d750258d6 (patch) | |
tree | eb78e480f145df82b587a21d05299b496d5e15ad /lib/libvgl | |
parent | 3bc80996974a61a4223eae4c1ccd47b6ee32a48a (diff) |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Similar commit in main:
(cherry picked from commit 1d386b48a555)
Diffstat (limited to 'lib/libvgl')
-rw-r--r-- | lib/libvgl/bitmap.c | 2 | ||||
-rw-r--r-- | lib/libvgl/keyboard.c | 2 | ||||
-rw-r--r-- | lib/libvgl/main.c | 2 | ||||
-rw-r--r-- | lib/libvgl/mouse.c | 2 | ||||
-rw-r--r-- | lib/libvgl/simple.c | 2 | ||||
-rw-r--r-- | lib/libvgl/text.c | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/lib/libvgl/bitmap.c b/lib/libvgl/bitmap.c index e37a96318e0f..0b0e75128296 100644 --- a/lib/libvgl/bitmap.c +++ b/lib/libvgl/bitmap.c @@ -29,8 +29,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include <signal.h> #include <sys/fbio.h> diff --git a/lib/libvgl/keyboard.c b/lib/libvgl/keyboard.c index dc1b25cdaeec..25399330dba5 100644 --- a/lib/libvgl/keyboard.c +++ b/lib/libvgl/keyboard.c @@ -29,8 +29,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <stdio.h> #include <sys/types.h> #include <sys/ioctl.h> diff --git a/lib/libvgl/main.c b/lib/libvgl/main.c index b409327b3f4c..b98e59ff801f 100644 --- a/lib/libvgl/main.c +++ b/lib/libvgl/main.c @@ -29,8 +29,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <signal.h> #include <stdio.h> #include <sys/types.h> diff --git a/lib/libvgl/mouse.c b/lib/libvgl/mouse.c index 010a1b7b9c52..51910de86f6e 100644 --- a/lib/libvgl/mouse.c +++ b/lib/libvgl/mouse.c @@ -29,8 +29,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <stdio.h> #include <sys/types.h> #include <sys/ioctl.h> diff --git a/lib/libvgl/simple.c b/lib/libvgl/simple.c index d4ffaed782ad..3ae07db1993b 100644 --- a/lib/libvgl/simple.c +++ b/lib/libvgl/simple.c @@ -29,8 +29,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <signal.h> #include <sys/fbio.h> #include <sys/kbio.h> diff --git a/lib/libvgl/text.c b/lib/libvgl/text.c index 18633f8d4be0..2aaa197c1a64 100644 --- a/lib/libvgl/text.c +++ b/lib/libvgl/text.c @@ -29,8 +29,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <stdio.h> #include <sys/fbio.h> #include "vgl.h" |