aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-22 01:42:45 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-22 01:42:45 +0000
commit3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41 (patch)
treef17746dd42b66c7b55fe407e00b5fc176ebe67a5 /usr.bin/top
parentd3cb5ded92a4fcf21400c9742ca884549bebc99e (diff)
downloadsrc-3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41.tar.gz
src-3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41.zip
remove __P
Notes
Notes: svn path=/head/; revision=92922
Diffstat (limited to 'usr.bin/top')
-rw-r--r--usr.bin/top/machine.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c
index 65a0a79e63d5..da60ebce97ad 100644
--- a/usr.bin/top/machine.c
+++ b/usr.bin/top/machine.c
@@ -57,18 +57,18 @@
#include "screen.h"
#include "utils.h"
-static void getsysctl __P((char *, void *, size_t));
+static void getsysctl(char *, void *, size_t);
#define GETSYSCTL(name, var) getsysctl(name, &(var), sizeof(var))
-extern char* printable __P((char *));
-int swapmode __P((int *retavail, int *retfree));
+extern char* printable(char *);
+int swapmode(int *retavail, int *retfree);
static int smpmode;
static int namelength;
static int cmdlengthdelta;
/* Prototypes for top internals */
-void quit __P((int));
+void quit(int);
/* get_process_info passes back a handle. This is what it looks like: */