install fault.h
This commit is contained in:
parent
464d1fd213
commit
3e534f26ae
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.2333 2020/06/07 14:55:13 thorpej Exp $
|
||||
# $NetBSD: mi,v 1.2334 2020/06/08 16:36:18 maxv Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
./etc/mtree/set.comp comp-sys-root
|
||||
|
@ -3048,6 +3048,7 @@
|
|||
./usr/include/sys/exec_script.h comp-c-include
|
||||
./usr/include/sys/extattr.h comp-c-include
|
||||
./usr/include/sys/extent.h comp-c-include
|
||||
./usr/include/sys/fault.h comp-c-include
|
||||
./usr/include/sys/fcntl.h comp-c-include
|
||||
./usr/include/sys/fd_set.h comp-c-include
|
||||
./usr/include/sys/fdio.h comp-c-include
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.174 2020/05/16 18:31:53 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.175 2020/06/08 16:36:18 maxv Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
@ -20,6 +20,7 @@ INCS= acct.h acl.h agpio.h aio.h ansi.h aout_mids.h ataio.h atomic.h \
|
|||
dkbad.h dkio.h dkstat.h domain.h drvctlio.h dvdio.h \
|
||||
endian.h envsys.h errno.h evcnt.h event.h exec.h exec_aout.h \
|
||||
exec_coff.h exec_ecoff.h exec_elf.h exec_script.h extattr.h extent.h \
|
||||
fault.h \
|
||||
fcntl.h fd_set.h fdio.h featuretest.h file.h filedesc.h filio.h \
|
||||
flashio.h float_ieee754.h fstypes.h futex.h gcq.h gmon.h gpio.h hash.h \
|
||||
idtype.h ieee754.h intr.h intrio.h inttypes.h ioccom.h ioctl.h \
|
||||
|
|
Loading…
Reference in New Issue