From 7e0b085a11cb666e955d4ecf5de8e4341629c706 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 15 Mar 2024 19:49:21 +0100 Subject: 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. --- Makefrag.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefrag.am') 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 \ -- cgit v1.2.3