diff options
-rw-r--r-- | usr.bin/vmstat/dkstats.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vmstat/dkstats.c b/usr.bin/vmstat/dkstats.c index b862858a8f7..3cd4214c23e 100644 --- a/usr.bin/vmstat/dkstats.c +++ b/usr.bin/vmstat/dkstats.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dkstats.c,v 1.16 2002/05/23 10:35:07 deraadt Exp $ */ +/* $OpenBSD: dkstats.c,v 1.17 2002/06/08 02:33:32 drahn Exp $ */ /* $NetBSD: dkstats.c,v 1.1 1996/05/10 23:19:27 thorpej Exp $ */ /* @@ -369,4 +369,4 @@ deref_kptr(kptr, ptr, len) KVM_ERROR(buf); } } -#endif /* !defined(NOKVM) */
\ No newline at end of file +#endif /* !defined(NOKVM) */ |