diff options
author | midipix <writeonce@midipix.org> | 2022-01-28 00:23:50 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2022-01-28 00:23:50 +0000 |
commit | a5dfef04637558d7e4f37a7b16f107422a713aad (patch) | |
tree | 751c86cdee0d42b3ac68fa619cec5441513efe7b /arch | |
parent | 6aa66c671b7e1252cf32bcdd4ab95c0ff5e8ea47 (diff) | |
download | mmglue-a5dfef04637558d7e4f37a7b16f107422a713aad.tar.bz2 mmglue-a5dfef04637558d7e4f37a7b16f107422a713aad.tar.xz |
midipix targets: installed headers: remove <sys/kd.h> and <sys/vt.h>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/nt32/bits/kd.h | 2 | ||||
-rw-r--r-- | arch/nt32/bits/vt.h | 2 | ||||
-rw-r--r-- | arch/nt64/bits/kd.h | 2 | ||||
-rw-r--r-- | arch/nt64/bits/vt.h | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/arch/nt32/bits/kd.h b/arch/nt32/bits/kd.h new file mode 100644 index 0000000..8a28950 --- /dev/null +++ b/arch/nt32/bits/kd.h @@ -0,0 +1,2 @@ +#error This target does not provide <sys/kd.h> +#error (and you should not be directly including <bits/kd.h> in the first place...) diff --git a/arch/nt32/bits/vt.h b/arch/nt32/bits/vt.h new file mode 100644 index 0000000..03dd44a --- /dev/null +++ b/arch/nt32/bits/vt.h @@ -0,0 +1,2 @@ +#error This target does not provide <sys/vt.h> +#error (and you should not be directly including <bits/vt.h> in the first place...) diff --git a/arch/nt64/bits/kd.h b/arch/nt64/bits/kd.h new file mode 100644 index 0000000..8a28950 --- /dev/null +++ b/arch/nt64/bits/kd.h @@ -0,0 +1,2 @@ +#error This target does not provide <sys/kd.h> +#error (and you should not be directly including <bits/kd.h> in the first place...) diff --git a/arch/nt64/bits/vt.h b/arch/nt64/bits/vt.h new file mode 100644 index 0000000..03dd44a --- /dev/null +++ b/arch/nt64/bits/vt.h @@ -0,0 +1,2 @@ +#error This target does not provide <sys/vt.h> +#error (and you should not be directly including <bits/vt.h> in the first place...) |