aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2024-03-15 19:49:21 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-03-15 19:49:21 +0100
commit7e0b085a11cb666e955d4ecf5de8e4341629c706 (patch)
tree8c66ba32ebdac75632bd50d5d4d3f375f0f8ab0c
parent661835c91d14a41755c5f340ba0257c6ca8db1a1 (diff)
downloadgnumach-7e0b085a11cb666e955d4ecf5de8e4341629c706.tar.gz
gnumach-7e0b085a11cb666e955d4ecf5de8e4341629c706.tar.bz2
gnumach-7e0b085a11cb666e955d4ecf5de8e4341629c706.zip
Do not install device/input.h
Is _IO{,R,W,WR} macros conflict with the glibc-provided macros and bring confusion as to what is supposed to be the right definition. There is currently no user of it anyway, the Hurd console driver has its own copy.
-rw-r--r--Makefrag.am2
-rw-r--r--device/input.h (renamed from include/device/input.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefrag.am b/Makefrag.am
index 82fce628..1674317e 100644
--- a/Makefrag.am
+++ b/Makefrag.am
@@ -312,6 +312,7 @@ libkernel_a_SOURCES += \
device/ds_routines.h \
device/if_ether.h \
device/if_hdr.h \
+ device/input.h \
device/intr.c \
device/intr.h \
device/io_req.h \
@@ -360,7 +361,6 @@ include_device_HEADERS = \
include/device/device_types.defs \
include/device/device_types.h \
include/device/disk_status.h \
- include/device/input.h \
include/device/net_status.h \
include/device/notify.defs \
include/device/notify.h \
diff --git a/include/device/input.h b/device/input.h
index 9de73a30..9de73a30 100644
--- a/include/device/input.h
+++ b/device/input.h