Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev Needs sys/clock.h. Use a relative include path here ...
details: https://anonhg.NetBSD.org/src/rev/735b40cf287e
branches: trunk
changeset: 333815:735b40cf287e
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Nov 17 10:55:42 2014 +0000
description:
Needs sys/clock.h. Use a relative include path here to ease src/tools
build.
diffstat:
sys/dev/clock_subr.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 958177db5e75 -r 735b40cf287e sys/dev/clock_subr.c
--- a/sys/dev/clock_subr.c Mon Nov 17 10:55:12 2014 +0000
+++ b/sys/dev/clock_subr.c Mon Nov 17 10:55:42 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clock_subr.c,v 1.24 2014/11/17 02:23:33 christos Exp $ */
+/* $NetBSD: clock_subr.c,v 1.25 2014/11/17 10:55:42 joerg Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -50,7 +50,7 @@
#ifdef _KERNEL
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: clock_subr.c,v 1.24 2014/11/17 02:23:33 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: clock_subr.c,v 1.25 2014/11/17 10:55:42 joerg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -61,6 +61,7 @@
#include <errno.h>
#endif /* ! _KERNEL */
+#include "../sys/clock.h"
#include <dev/clock_subr.h>
#define FEBRUARY 2
Home |
Main Index |
Thread Index |
Old Index