[PATCH 3/7] Adding pipe support

Kevin Kirspel kevin-kirspel at idexx.com
Tue Dec 13 17:12:49 UTC 2016


---
 libbsd.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libbsd.py b/libbsd.py
index 3685191..d7a0a5f 100755
--- a/libbsd.py
+++ b/libbsd.py
@@ -258,6 +258,7 @@ def base(mm):
             'sys/sys/_null.h',
             'sys/sys/osd.h',
             'sys/sys/pcpu.h',
+            'sys/sys/pipe.h',
             'sys/sys/priv.h',
             'sys/sys/proc.h',
             'sys/sys/protosw.h',
@@ -348,6 +349,7 @@ def base(mm):
             'sys/kern/subr_uio.c',
             'sys/kern/subr_unit.c',
             'sys/kern/sys_generic.c',
+            'sys/kern/sys_pipe.c',
             'sys/kern/uipc_accf.c',
             'sys/kern/uipc_domain.c',
             'sys/kern/uipc_mbuf2.c',
-- 
1.9.1




More information about the devel mailing list