Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/include Fix typo. kbdparam.h -> kdbparam.h.



details:   https://anonhg.NetBSD.org/src/rev/ede5639993be
branches:  trunk
changeset: 508677:ede5639993be
user:      takemura <takemura%NetBSD.org@localhost>
date:      Tue Apr 17 15:19:41 2001 +0000

description:
Fix typo. kbdparam.h -> kdbparam.h.

RP12685

diffstat:

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

diffs (18 lines):

diff -r 174e22b379bd -r ede5639993be sys/arch/hpcmips/include/Makefile
--- a/sys/arch/hpcmips/include/Makefile Tue Apr 17 14:43:07 2001 +0000
+++ b/sys/arch/hpcmips/include/Makefile Tue Apr 17 15:19:41 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2001/04/15 17:13:10 kleink Exp $
+#      $NetBSD: Makefile,v 1.11 2001/04/17 15:19:41 takemura Exp $
 
 KDIR=  /sys/arch/hpcmips/include
 INCSDIR= /usr/include/hpcmips
@@ -12,7 +12,7 @@
        ieee.h ieeefp.h \
        int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
        intr.h \
-       kbdparam.h kcore.h \
+       kdbparam.h kcore.h \
        limits.h lock.h locore.h \
        math.h mips_opcode.h \
        param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \



Home | Main Index | Thread Index | Old Index