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/080c5a60f080
branches:  trunk
changeset: 331376:080c5a60f080
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 8737262a3eb9 -r 080c5a60f080 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