Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/tprof/arch specialreg.h is x86-specific, don't incl...



details:   https://anonhg.NetBSD.org/src/rev/83c84a09f02c
branches:  trunk
changeset: 324058:83c84a09f02c
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sat Jul 14 07:54:37 2018 +0000

description:
specialreg.h is x86-specific, don't include it

diffstat:

 usr.sbin/tprof/arch/tprof_noarch.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f648be17e18f -r 83c84a09f02c usr.sbin/tprof/arch/tprof_noarch.c
--- a/usr.sbin/tprof/arch/tprof_noarch.c        Sat Jul 14 07:54:04 2018 +0000
+++ b/usr.sbin/tprof/arch/tprof_noarch.c        Sat Jul 14 07:54:37 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tprof_noarch.c,v 1.1 2018/07/13 07:56:29 maxv Exp $    */
+/*     $NetBSD: tprof_noarch.c,v 1.2 2018/07/14 07:54:37 maxv Exp $    */
 
 /*
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -36,7 +36,6 @@
 #include <string.h>
 #include <unistd.h>
 #include <err.h>
-#include <machine/specialreg.h>
 #include <dev/tprof/tprof_ioctl.h>
 #include "../tprof.h"
 



Home | Main Index | Thread Index | Old Index