summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.i386
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-16 07:52:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-16 07:52:36 +0000
commitd47f22b331e16fe906bf53b00014036076b06589 (patch)
tree7d5ae6c42a20f57a1f50040925a235c23a02069d /share/man/man4/man4.i386
parent61244d6413ce85a5efd6cabfbcdddf7c975c62ad (diff)
no need to include sys/ioccom.h; guy@netapp.com
Diffstat (limited to 'share/man/man4/man4.i386')
-rw-r--r--share/man/man4/man4.i386/pctr.43
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/pctr.4 b/share/man/man4/man4.i386/pctr.4
index 474fb631671..726c9f91f56 100644
--- a/share/man/man4/man4.i386/pctr.4
+++ b/share/man/man4/man4.i386/pctr.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pctr.4,v 1.3 1997/09/13 09:35:49 deraadt Exp $
+.\" $OpenBSD: pctr.4,v 1.4 1997/09/16 07:52:17 deraadt Exp $
.\"
.\" Pentium performance counter driver for OpenBSD.
.\" Copyright 1996 David Mazieres <dm@lcs.mit.edu>.
@@ -33,7 +33,6 @@ call to program the function of each counter. All require the
following includes:
.Bd -literal -offset indent
#include <sys/types.h>
-#include <sys/ioccom.h>
#include <machine/cpu.h>
#include <machine/pctr.h>
.Ed