summaryrefslogtreecommitdiffstats
path: root/usr.bin/vmstat/dkstats.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/vmstat/dkstats.h')
-rw-r--r--usr.bin/vmstat/dkstats.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/vmstat/dkstats.h b/usr.bin/vmstat/dkstats.h
index fedb64ce047..231b7aa9240 100644
--- a/usr.bin/vmstat/dkstats.h
+++ b/usr.bin/vmstat/dkstats.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dkstats.h,v 1.6 2001/05/14 07:09:59 angelos Exp $ */
+/* $OpenBSD: dkstats.h,v 1.7 2002/02/16 21:27:58 millert Exp $ */
/* $NetBSD: dkstats.h,v 1.1 1996/05/10 23:19:28 thorpej Exp $ */
/*
@@ -49,6 +49,6 @@ struct _disk {
long cp_time[CPUSTATES]; /* System timer ticks. */
};
-void dkswap __P((void));
-void dkreadstats __P((void));
-int dkinit __P((int));
+void dkswap(void);
+void dkreadstats(void);
+int dkinit(int);