From fb4d357b59345e633ebdefd57ea4b57a69f2504b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20S=C3=B6ntgen?= Date: Tue, 25 May 2021 16:09:19 +0200 Subject: [PATCH] libc: pull in sys/pciio.h This header is needed by recent versions of libdrm that feature FreeBSD support. issue #4254 --- repos/libports/ports/libc.hash | 2 +- repos/libports/ports/libc.port | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repos/libports/ports/libc.hash b/repos/libports/ports/libc.hash index 9113419bec..ef2d1d901e 100644 --- a/repos/libports/ports/libc.hash +++ b/repos/libports/ports/libc.hash @@ -1 +1 @@ -368270b192622fe7c23d0318e737d3370663d52c +1153300b5549eec9d7d3b171b7263d59b587b1ec diff --git a/repos/libports/ports/libc.port b/repos/libports/ports/libc.port index 83198a86c8..ba0cd64e30 100644 --- a/repos/libports/ports/libc.port +++ b/repos/libports/ports/libc.port @@ -129,7 +129,7 @@ DIR_CONTENT(include/libc/sys) := \ utsname.h elf.h mtio.h _stdint.h atomic_common.h _ucontext.h \ _cpuset.h _bitset.h bitset.h _stdarg.h _uio.h auxv.h random.h \ _sockaddr_storage.h termios.h _termios.h _umtx.h kerneldump.h \ - conf.h disk_zone.h counter.h soundcard.h) + conf.h disk_zone.h counter.h soundcard.h pciio.h) DIRS += include/libc/sys/disk DIR_CONTENT(include/libc/sys/disk) := $(D)/sys/sys/disk/*h