aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-04-10 03:49:43 +0000
committerBruce Evans <bde@FreeBSD.org>1999-04-10 03:49:43 +0000
commit34597fa67f1f36ceaffe1d510c927455867c1682 (patch)
treebadeafff5c59d94599e7e44bf00652d0e09746f2 /include
parent53134efb59abc499576743e8a1fee15478affb75 (diff)
downloadsrc-34597fa67f1f36ceaffe1d510c927455867c1682.tar.gz
src-34597fa67f1f36ceaffe1d510c927455867c1682.zip
Oops, the previous log message should have been:
Include <machine/ansi.h> so that this file is self-sufficient again. Rev.1.6 doesn't do this as claimed unless <nlist.h> has nonstandard pollution. Cleaned up includes.
Notes
Notes: svn path=/head/; revision=45525
Diffstat (limited to 'include')
-rw-r--r--include/kvm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kvm.h b/include/kvm.h
index 4213dd5a38a0..b1a1dbb2ecff 100644
--- a/include/kvm.h
+++ b/include/kvm.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)kvm.h 8.1 (Berkeley) 6/2/93
- * $Id: kvm.h,v 1.8 1999/01/27 11:29:15 bde Exp $
+ * $Id: kvm.h,v 1.9 1999/04/09 15:06:56 bde Exp $
*/
#ifndef _KVM_H_