summaryrefslogtreecommitdiff
path: root/sbin/swapctl/swapctl.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
commit6d57a1a176004a7d8fc009cdcf760098f86e3263 (patch)
treeee423c619fad03813234b9362694a17f3a638f0b /sbin/swapctl/swapctl.h
parentc707cb295fc3cac8d8feb343e949e0dcf71b8476 (diff)
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
Diffstat (limited to 'sbin/swapctl/swapctl.h')
-rw-r--r--sbin/swapctl/swapctl.h4
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);