diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:42 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:42 +0000 |
| commit | 1d386b48a555f61cb7325543adbbb5c3f3407a66 (patch) | |
| tree | 41d64d08ce7d297d1b71e6b8a1da8fe8656fb938 /lib/libvgl | |
| parent | 685dc743dc3b5645e34836464128e1c0558b404b (diff) | |
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 fc7ba2399387..c4019fd7606f 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" |
