Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm26/arm26 Include <sys/sysctl.h> for cpu_sysctl()...
details: https://anonhg.NetBSD.org/src/rev/9c91567e9ac1
branches: trunk
changeset: 517658:9c91567e9ac1
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Fri Nov 16 13:41:58 2001 +0000
description:
Include <sys/sysctl.h> for cpu_sysctl() prototype.
diffstat:
sys/arch/arm26/arm26/machdep.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 9e769d67ba80 -r 9c91567e9ac1 sys/arch/arm26/arm26/machdep.c
--- a/sys/arch/arm26/arm26/machdep.c Fri Nov 16 13:34:03 2001 +0000
+++ b/sys/arch/arm26/arm26/machdep.c Fri Nov 16 13:41:58 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.12 2001/09/10 21:19:32 chris Exp $ */
+/* $NetBSD: machdep.c,v 1.13 2001/11/16 13:41:58 bjh21 Exp $ */
/*-
* Copyright (c) 1998 Ben Harris
@@ -33,13 +33,14 @@
#include <sys/param.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.12 2001/09/10 21:19:32 chris Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.13 2001/11/16 13:41:58 bjh21 Exp $");
#include <sys/buf.h>
#include <sys/kernel.h>
#include <sys/mbuf.h>
#include <sys/mount.h>
#include <sys/reboot.h>
+#include <sys/sysctl.h>
#include <sys/systm.h>
#include <uvm/uvm_extern.h>
Home |
Main Index |
Thread Index |
Old Index