Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/miscfs/procfs #include <sys/cpu.h>
details: https://anonhg.NetBSD.org/src/rev/be034f204c93
branches: trunk
changeset: 798137:be034f204c93
user: matt <matt%NetBSD.org@localhost>
date: Sun Aug 10 06:22:06 2014 +0000
description:
#include <sys/cpu.h>
diffstat:
sys/miscfs/procfs/procfs_linux.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 2d3a785ee211 -r be034f204c93 sys/miscfs/procfs/procfs_linux.c
--- a/sys/miscfs/procfs/procfs_linux.c Sun Aug 10 05:56:36 2014 +0000
+++ b/sys/miscfs/procfs/procfs_linux.c Sun Aug 10 06:22:06 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: procfs_linux.c,v 1.69 2014/07/12 09:58:39 njoly Exp $ */
+/* $NetBSD: procfs_linux.c,v 1.70 2014/08/10 06:22:06 matt Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -36,11 +36,12 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: procfs_linux.c,v 1.69 2014/07/12 09:58:39 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: procfs_linux.c,v 1.70 2014/08/10 06:22:06 matt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/time.h>
+#include <sys/cpu.h>
#include <sys/kernel.h>
#include <sys/proc.h>
#include <sys/vnode.h>
Home |
Main Index |
Thread Index |
Old Index