summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2002-06-08 02:33:33 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2002-06-08 02:33:33 +0000
commit3a1635ad1d5e2687b3f260ad2917e762a8edf688 (patch)
treea53f272c6f50d0228e11f1769278f0d0dd4f597c /usr.bin/vmstat
parent1aeb02e6eb5a72926eb0973b31e255c6852a44fd (diff)
Missing newline at end of file. from krause
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r--usr.bin/vmstat/dkstats.c4
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) */