Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Added missing include for clockctl.h



details:   https://anonhg.NetBSD.org/src/rev/834168bbd588
branches:  trunk
changeset: 515072:834168bbd588
user:      manu <manu%NetBSD.org@localhost>
date:      Sun Sep 16 09:00:42 2001 +0000

description:
Added missing include for clockctl.h

diffstat:

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

diffs (17 lines):

diff -r 0d4ebfff1b5c -r 834168bbd588 sys/sys/Makefile
--- a/sys/sys/Makefile  Sun Sep 16 08:51:17 2001 +0000
+++ b/sys/sys/Makefile  Sun Sep 16 09:00:42 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.28 2001/09/11 06:53:59 simonb Exp $
+#      $NetBSD: Makefile,v 1.29 2001/09/16 09:00:42 manu Exp $
 
 KDIR=  /sys/sys
 INCSDIR= /usr/include/sys
@@ -7,6 +7,7 @@
        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 \
+       clockctl.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 \
        fdio.h \



Home | Main Index | Thread Index | Old Index