Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Someone removed dmap.h but forgot to remove it from ...



details:   https://anonhg.NetBSD.org/src/rev/9eb25fa905b7
branches:  trunk
changeset: 475728:9eb25fa905b7
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 24 16:32:46 1999 +0000

description:
Someone removed dmap.h but forgot to remove it from here.

diffstat:

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

diffs (18 lines):

diff -r 646dc15cb2ed -r 9eb25fa905b7 sys/sys/Makefile
--- a/sys/sys/Makefile  Tue Aug 24 16:10:35 1999 +0000
+++ b/sys/sys/Makefile  Tue Aug 24 16:32:46 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 1999/08/21 05:31:12 simonb Exp $
+#      $NetBSD: Makefile,v 1.13 1999/08/24 16:32:46 christos Exp $
 
 KDIR=  /sys/sys
 INCSDIR= /usr/include/sys
@@ -6,7 +6,7 @@
 INCS=  acct.h ataio.h audioio.h buf.h bswap.h callout.h cdefs.h cdefs_aout.h \
        cdefs_elf.h cdio.h chio.h clist.h conf.h core.h device.h dir.h \
        dirent.h disk.h disklabel.h disklabel_mbr.h dkbad.h dkio.h dkstat.h \
-       dmap.h domain.h endian.h errno.h exec.h exec_aout.h exec_ecoff.h \
+       domain.h endian.h errno.h exec.h exec_aout.h exec_ecoff.h \
        exec_elf.h exec_script.h extent.h fcntl.h fdio.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 \



Home | Main Index | Thread Index | Old Index