Module Name:    src
Committed By:   kre
Date:           Sat May 11 17:21:07 UTC 2019

Modified Files:
        src/usr.sbin/cpuctl/arch: i386.c

Log Message:
Undo previous.   Not needed (and file included isn't installed anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/usr.sbin/cpuctl/arch/i386.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/cpuctl/arch/i386.c
diff -u src/usr.sbin/cpuctl/arch/i386.c:1.97 src/usr.sbin/cpuctl/arch/i386.c:1.98
--- src/usr.sbin/cpuctl/arch/i386.c:1.97	Sat May 11 12:59:50 2019
+++ src/usr.sbin/cpuctl/arch/i386.c	Sat May 11 17:21:07 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: i386.c,v 1.97 2019/05/11 12:59:50 christos Exp $	*/
+/*	$NetBSD: i386.c,v 1.98 2019/05/11 17:21:07 kre Exp $	*/
 
 /*-
  * Copyright (c) 1999, 2000, 2001, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: i386.c,v 1.97 2019/05/11 12:59:50 christos Exp $");
+__RCSID("$NetBSD: i386.c,v 1.98 2019/05/11 17:21:07 kre Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -81,7 +81,6 @@ __RCSID("$NetBSD: i386.c,v 1.97 2019/05/
 
 #include <x86/cpuvar.h>
 #include <x86/cputypes.h>
-#include <x86/cpufunc.h>
 #include <x86/cacheinfo.h>
 #include <x86/cpu_ucode.h>
 

Reply via email to