Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/sys (buf.h:1.83)



YAMAMOTO Takashi <yamt%netbsd.org@localhost> typed:
: Module Name:  src
: Committed By: yamt
: Date:         Sat Oct 29 14:16:45 UTC 2005
: Modified Files:
:       src/sys/sys: buf.h
: Log Message:
: fix kmem grovellers.
: cvs rdiff -r1.82 -r1.83 src/sys/sys/buf.h

Some things define _KERNEL (e.g. lsof) so I think you need to
install sys/workqueue.h

Regards,
Geoff

--- sys/sys/Makefile.org        2005-11-04 11:20:43.000000000 +1100
+++ sys/sys/Makefile    2005-11-04 12:25:12.000000000 +1100
@@ -31,7 +31,7 @@
        ttydefaults.h ttydev.h types.h \
        ucontext.h ucred.h uio.h un.h unistd.h unpcb.h user.h utsname.h uuid.h \
        vadvise.h verified_exec.h vmmeter.h vnode.h vnode_if.h \
-       wait.h wdog.h
+       wait.h wdog.h workqueue.h
 
 INCSYMLINKS=\
        sys/exec_elf.h /usr/include/elf.h \



Home | Main Index | Thread Index | Old Index