aboutsummaryrefslogtreecommitdiff
path: root/bin/ps/ps.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ps/ps.h')
-rw-r--r--bin/ps/ps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/ps.h b/bin/ps/ps.h
index c7769eb14f7e..723c21e6fda5 100644
--- a/bin/ps/ps.h
+++ b/bin/ps/ps.h
@@ -60,9 +60,9 @@ typedef struct var {
#define DSIZ 0x08 /* field size is dynamic*/
u_int flag;
/* output routine */
- void (*oproc) __P((struct kinfo *, struct varent *));
+ void (*oproc)(struct kinfo *, struct varent *);
/* sizing routine*/
- int (*sproc) __P((struct kinfo *));
+ int (*sproc)(struct kinfo *);
short width; /* printing width */
/*
* The following (optional) elements are hooks for passing information