export sys/pipe.h

This commit is contained in:
jdolecek 2001-06-16 12:02:13 +00:00
parent ee882e3a09
commit 60a45fb944
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.347 2001/06/03 17:44:30 jdolecek Exp $
# $NetBSD: mi,v 1.348 2001/06/16 12:02:13 jdolecek Exp $
./sys comp-sysutil-root
./usr/bin/addr2line comp-debug-bin
./usr/bin/ar comp-util-bin
@ -866,6 +866,7 @@
./usr/include/sys/namei.h comp-c-include
./usr/include/sys/null.h comp-c-include
./usr/include/sys/param.h comp-c-include
./usr/include/sys/pipe.h comp-c-include
./usr/include/sys/poll.h comp-c-include
./usr/include/sys/pool.h comp-c-include
./usr/include/sys/proc.h comp-c-include

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.26 2001/04/28 15:41:30 kleink Exp $
# $NetBSD: Makefile,v 1.27 2001/06/16 12:02:14 jdolecek Exp $
KDIR= /sys/sys
INCSDIR= /usr/include/sys
@ -13,8 +13,8 @@ INCS= acct.h ansi.h ataio.h audioio.h buf.h bswap.h callout.h cdefs.h \
featuretest.h file.h filedesc.h filio.h gmon.h inttypes.h ioccom.h \
ioctl.h ioctl_compat.h ipc.h kcore.h kernel.h kgdb.h ktrace.h lkm.h \
localedef.h lock.h lockf.h malloc.h map.h mbuf.h md4.h md5.h midiio.h \
mman.h mount.h msg.h msgbuf.h mtio.h namei.h null.h param.h poll.h \
pool.h proc.h protosw.h ptrace.h queue.h reboot.h resource.h \
mman.h mount.h msg.h msgbuf.h mtio.h namei.h null.h param.h pipe.h \
poll.h pool.h proc.h protosw.h ptrace.h queue.h reboot.h resource.h \
resourcevar.h rnd.h scanio.h sched.h scsiio.h select.h sem.h sha1.h \
shm.h signal.h signalvar.h socket.h socketvar.h sockio.h stat.h \
syscall.h syscallargs.h sysctl.h stdint.h swap.h syslimits.h syslog.h \