Source-Changes-HG archive

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

[src/trunk]: src/external/cddl/osnet/dev/cyclic fix this module to depend on ...



details:   https://anonhg.NetBSD.org/src/rev/b1371e6c2764
branches:  trunk
changeset: 821341:b1371e6c2764
user:      chs <chs%NetBSD.org@localhost>
date:      Wed Feb 01 20:06:21 2017 +0000

description:
fix this module to depend on the solaris module rather than the dtrace module.
remove an unneeded header.

diffstat:

 external/cddl/osnet/dev/cyclic/cyclic.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 31d5666832e4 -r b1371e6c2764 external/cddl/osnet/dev/cyclic/cyclic.c
--- a/external/cddl/osnet/dev/cyclic/cyclic.c   Wed Feb 01 20:02:22 2017 +0000
+++ b/external/cddl/osnet/dev/cyclic/cyclic.c   Wed Feb 01 20:06:21 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cyclic.c,v 1.5 2016/04/09 14:50:08 riastradh Exp $     */
+/*     $NetBSD: cyclic.c,v 1.6 2017/02/01 20:06:21 chs Exp $   */
 
 /*
  * CDDL HEADER START
@@ -336,7 +336,6 @@
 #include <sys/atomic.h>
 #include <sys/kmem.h>
 #include <sys/cmn_err.h>
-#include <sys/dtrace_bsd.h>
 #ifdef __FreeBSD__
 #include <machine/cpu.h>
 #endif
@@ -1466,5 +1465,5 @@
        }
 }
 
-MODULE(MODULE_CLASS_MISC, cyclic, "dtrace");
+MODULE(MODULE_CLASS_MISC, cyclic, "solaris");
 #endif



Home | Main Index | Thread Index | Old Index