Source-Changes-HG archive

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

[src/trunk]: src/sys/kern opt_ntp.h is no longer used in kern_clock.c



details:   https://anonhg.NetBSD.org/src/rev/085ad299f919
branches:  trunk
changeset: 337646:085ad299f919
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Apr 22 16:46:58 2015 +0000

description:
opt_ntp.h is no longer used in kern_clock.c

diffstat:

 sys/kern/kern_clock.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 0891c70d8c1e -r 085ad299f919 sys/kern/kern_clock.c
--- a/sys/kern/kern_clock.c     Wed Apr 22 16:43:11 2015 +0000
+++ b/sys/kern/kern_clock.c     Wed Apr 22 16:46:58 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_clock.c,v 1.133 2015/04/22 16:43:11 pooka Exp $   */
+/*     $NetBSD: kern_clock.c,v 1.134 2015/04/22 16:46:58 pooka Exp $   */
 
 /*-
  * Copyright (c) 2000, 2004, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -69,11 +69,10 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_clock.c,v 1.133 2015/04/22 16:43:11 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_clock.c,v 1.134 2015/04/22 16:46:58 pooka Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_dtrace.h"
-#include "opt_ntp.h"
 #include "opt_perfctrs.h"
 #endif
 



Home | Main Index | Thread Index | Old Index