summaryrefslogtreecommitdiffstats
path: root/usr.bin/nice/nice.c
diff options
context:
space:
mode:
authorkevlo <kevlo@openbsd.org>2000-11-07 09:04:21 +0000
committerkevlo <kevlo@openbsd.org>2000-11-07 09:04:21 +0000
commitd82728f097b58ddce7e5836f479e14fbf9e45103 (patch)
tree77242019691b599b901ddbb7cba21b7a7ddbcdac /usr.bin/nice/nice.c
parent- Since the actual frame processing takes place from softnet(), splhigh (diff)
downloadwireguard-openbsd-d82728f097b58ddce7e5836f479e14fbf9e45103.tar.xz
wireguard-openbsd-d82728f097b58ddce7e5836f479e14fbf9e45103.zip
Add __P(). ok deraadt@
Diffstat (limited to 'usr.bin/nice/nice.c')
-rw-r--r--usr.bin/nice/nice.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/nice/nice.c b/usr.bin/nice/nice.c
index a7da26b3745..c119b88a32c 100644
--- a/usr.bin/nice/nice.c
+++ b/usr.bin/nice/nice.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nice.c,v 1.2 1996/06/26 05:37:31 deraadt Exp $ */
+/* $OpenBSD: nice.c,v 1.3 2000/11/07 09:04:21 kevlo Exp $ */
/* $NetBSD: nice.c,v 1.9 1995/08/31 23:30:58 jtc Exp $ */
/*
@@ -44,7 +44,7 @@ char copyright[] =
#if 0
static char sccsid[] = "@(#)nice.c 5.4 (Berkeley) 6/1/90";
#endif
-static char rcsid[] = "$OpenBSD: nice.c,v 1.2 1996/06/26 05:37:31 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: nice.c,v 1.3 2000/11/07 09:04:21 kevlo Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -61,7 +61,7 @@ static char rcsid[] = "$OpenBSD: nice.c,v 1.2 1996/06/26 05:37:31 deraadt Exp $"
#define DEFNICE 10
-static void usage();
+static void usage __P((void));
int
main(argc, argv)