Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Define an attribute for clock_subr.c



details:   https://anonhg.NetBSD.org/src/rev/fe0f37162137
branches:  trunk
changeset: 550978:fe0f37162137
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Aug 26 19:19:36 2003 +0000

description:
Define an attribute for clock_subr.c

diffstat:

 sys/conf/files |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 54443a8ba1ca -r fe0f37162137 sys/conf/files
--- a/sys/conf/files    Tue Aug 26 18:43:54 2003 +0000
+++ b/sys/conf/files    Tue Aug 26 19:19:36 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.628 2003/08/26 17:54:33 thorpej Exp $
+#      $NetBSD: files,v 1.629 2003/08/26 19:19:36 thorpej Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -202,6 +202,10 @@
 define aurateconv
 file   dev/aurateconv.c        aurateconv      needs-flag
 
+# Generic real-time clock subroutines.
+define clock_subr
+file   dev/clock_subr.c        clock_subr
+
 # audio and midi devices, attaches to audio hardware driver
 #
 device audio



Home | Main Index | Thread Index | Old Index