Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Add ksyms.h.



details:   https://anonhg.NetBSD.org/src/rev/b2ec7c8873e0
branches:  trunk
changeset: 546608:b2ec7c8873e0
user:      ragge <ragge%NetBSD.org@localhost>
date:      Fri May 02 16:06:56 2003 +0000

description:
Add ksyms.h.

diffstat:

 sys/sys/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5c750197366e -r b2ec7c8873e0 sys/sys/Makefile
--- a/sys/sys/Makefile  Fri May 02 15:15:52 2003 +0000
+++ b/sys/sys/Makefile  Fri May 02 16:06:56 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.55 2003/04/19 23:06:34 christos Exp $
+#      $NetBSD: Makefile,v 1.56 2003/05/02 16:06:56 ragge Exp $
 
 INCSDIR= /usr/include/sys
 
@@ -13,7 +13,7 @@
        fcntl.h fdio.h featuretest.h file.h filedesc.h filio.h \
        float_ieee.h gmon.h hash.h \
        inttypes.h ioccom.h ioctl.h ioctl_compat.h ipc.h \
-       kcore.h kernel.h kgdb.h ksem.h ktrace.h \
+       kcore.h kernel.h kgdb.h ksem.h ksyms.h ktrace.h \
        lkm.h localedef.h lock.h lockf.h lwp.h \
        malloc.h mallocvar.h mbuf.h md4.h \
        md5.h midiio.h mman.h mount.h msg.h msgbuf.h mtio.h \



Home | Main Index | Thread Index | Old Index