From 463bc2f183ac75a31055c03887aeef67f608d0d1 Mon Sep 17 00:00:00 2001 From: gad Date: Tue, 30 Mar 2004 02:02:40 +0000 Subject: Bruce would really like the prototype for fmt() to be split across lines this way (although I still think it "looks weird"...). Requested by: bde MFC after: 1 week --- bin/ps/ps.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/ps/ps.c b/bin/ps/ps.c index a999c82..d143697 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -134,7 +134,8 @@ static int addelem_uid(struct listinfo *, const char *); static void add_list(struct listinfo *, const char *); static void dynsizevars(KINFO *); static void *expand_list(struct listinfo *); -static const char *fmt(char **(*)(kvm_t *, const struct kinfo_proc *, int), +static const char * + fmt(char **(*)(kvm_t *, const struct kinfo_proc *, int), KINFO *, char *, int); static void free_list(struct listinfo *); static void init_list(struct listinfo *, addelem_rtn, int, const char *); -- cgit v1.1