diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:29 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:29 +0000 |
commit | 2a63c3be158216222d89a073dcbd6a72ee4aab5a (patch) | |
tree | f9a1fb9f5a3b62e0f12e65ad15bfb86a58dcd9f2 /usr.sbin/vidcontrol | |
parent | 71625ec9ad2a9bc8c09784fbd23b759830e0ee5f (diff) | |
download | src-2a63c3be158216222d89a073dcbd6a72ee4aab5a.tar.gz src-2a63c3be158216222d89a073dcbd6a72ee4aab5a.zip |
Diffstat (limited to 'usr.sbin/vidcontrol')
-rw-r--r-- | usr.sbin/vidcontrol/decode.h | 1 | ||||
-rw-r--r-- | usr.sbin/vidcontrol/path.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/vidcontrol/decode.h b/usr.sbin/vidcontrol/decode.h index 1f1cba4a4720..b4dba1ba391e 100644 --- a/usr.sbin/vidcontrol/decode.h +++ b/usr.sbin/vidcontrol/decode.h @@ -1,3 +1,2 @@ -/* $FreeBSD$ */ int decode(FILE *fd, char *buffer, int len); diff --git a/usr.sbin/vidcontrol/path.h b/usr.sbin/vidcontrol/path.h index e1fa341e0c78..12ea4a5b3f66 100644 --- a/usr.sbin/vidcontrol/path.h +++ b/usr.sbin/vidcontrol/path.h @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ #define KEYMAP_PATH "/usr/share/syscons/keymaps/" #define FONT_PATH "/usr/share/syscons/fonts/" |