Source-Changes-HG archive

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

[src/trunk]: src/sys/sys fix tyop (literally)



details:   https://anonhg.NetBSD.org/src/rev/3254e2014c45
branches:  trunk
changeset: 515086:3254e2014c45
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Sep 16 12:52:34 2001 +0000

description:
fix tyop (literally)
clockctlh. -> clockctl.h

diffstat:

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

diffs (17 lines):

diff -r 827b57bfc6fd -r 3254e2014c45 sys/sys/Makefile
--- a/sys/sys/Makefile  Sun Sep 16 12:51:03 2001 +0000
+++ b/sys/sys/Makefile  Sun Sep 16 12:52:34 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.30 2001/09/16 09:52:08 jmc Exp $
+#      $NetBSD: Makefile,v 1.31 2001/09/16 12:52:34 pooka Exp $
 
 KDIR=  /sys/sys
 INCSDIR= /usr/include/sys
 
 INCS=  acct.h agpio.h ansi.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 clockctlh. conf.h core.h device.h \
+       cdefs_elf.h cdio.h chio.h clist.h clockctl.h conf.h core.h device.h \
        dir.h dirent.h disk.h disklabel.h disklabel_mbr.h dkbad.h dkio.h \
        dkstat.h domain.h dvdio.h endian.h envsys.h errno.h exec.h exec_aout.h \
        exec_coff.h exec_ecoff.h exec_elf.h exec_script.h extent.h fcntl.h \



Home | Main Index | Thread Index | Old Index