diff options
author | bde <bde@FreeBSD.org> | 1999-04-10 03:49:43 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-04-10 03:49:43 +0000 |
commit | fbe37a582cd33417816435728df3c51ab660ad8b (patch) | |
tree | 157a1353acb46bf5c4416242d7c6c892c2a31bf1 /include/kvm.h | |
parent | 17353c7e0581cf6ffd7c741ccc704fc43b651a71 (diff) | |
download | FreeBSD-src-fbe37a582cd33417816435728df3c51ab660ad8b.zip FreeBSD-src-fbe37a582cd33417816435728df3c51ab660ad8b.tar.gz |
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.
Diffstat (limited to 'include/kvm.h')
-rw-r--r-- | include/kvm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kvm.h b/include/kvm.h index 4213dd5..b1a1dbb 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_ |