diff options
Diffstat (limited to 'sbin/swapctl/swapctl.h')
-rw-r--r-- | sbin/swapctl/swapctl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/swapctl/swapctl.h b/sbin/swapctl/swapctl.h index 596d5989b60..2d294437e9b 100644 --- a/sbin/swapctl/swapctl.h +++ b/sbin/swapctl/swapctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: swapctl.h,v 1.2 2000/02/26 04:06:23 hugh Exp $ */ +/* $OpenBSD: swapctl.h,v 1.3 2002/02/16 21:27:38 millert Exp $ */ /* $NetBSD: swapctl.h,v 1.2 1997/10/10 05:39:54 mrg Exp $ */ /* @@ -30,4 +30,4 @@ */ /* pri, kflag, pflag, tflag, dolong (1 for long, 0 for short) */ -void list_swap __P((int, int, int, int, int)); +void list_swap(int, int, int, int, int); |