[rtems-libbsd commit] Add <sys/disk.h> to build module

Sebastian Huber sebh at rtems.org
Mon Sep 23 09:01:39 UTC 2019


Module:    rtems-libbsd
Branch:    5-freebsd-12
Commit:    017b09f32b76a5d6c949a40841369bb5a6ee2446
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=017b09f32b76a5d6c949a40841369bb5a6ee2446

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Sep 20 08:37:54 2019 +0200

Add <sys/disk.h> to build module

---

 libbsd.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libbsd.py b/libbsd.py
index 2651511..708cfce 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -356,6 +356,7 @@ class base(builder.Module):
                 'sys/sys/counter.h',
                 'sys/sys/cpu.h',
                 'sys/sys/ctype.h',
+                'sys/sys/disk.h',
                 'sys/sys/domain.h',
                 'sys/sys/_domainset.h',
                 'sys/sys/domainset.h',



More information about the vc mailing list