Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/cpuctl/arch #include sys/ioctl.h



details:   https://anonhg.NetBSD.org/src/rev/d24d729474b8
branches:  trunk
changeset: 783659:d24d729474b8
user:      dsl <dsl%NetBSD.org@localhost>
date:      Wed Jan 02 19:24:30 2013 +0000

description:
#include sys/ioctl.h

diffstat:

 usr.sbin/cpuctl/arch/i386.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 65b07d6e6406 -r d24d729474b8 usr.sbin/cpuctl/arch/i386.c
--- a/usr.sbin/cpuctl/arch/i386.c       Wed Jan 02 19:18:29 2013 +0000
+++ b/usr.sbin/cpuctl/arch/i386.c       Wed Jan 02 19:24:30 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i386.c,v 1.32 2012/08/29 17:13:23 drochner Exp $       */
+/*     $NetBSD: i386.c,v 1.33 2013/01/02 19:24:30 dsl Exp $    */
 
 /*-
  * Copyright (c) 1999, 2000, 2001, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -57,13 +57,14 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: i386.c,v 1.32 2012/08/29 17:13:23 drochner Exp $");
+__RCSID("$NetBSD: i386.c,v 1.33 2013/01/02 19:24:30 dsl Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/bitops.h>
 #include <sys/sysctl.h>
+#include <sys/ioctl.h>
 #include <sys/cpuio.h>
 
 #include <string.h>



Home | Main Index | Thread Index | Old Index