summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2004-03-30 02:02:40 +0000
committergad <gad@FreeBSD.org>2004-03-30 02:02:40 +0000
commit463bc2f183ac75a31055c03887aeef67f608d0d1 (patch)
tree527ff5fc31cd13eed1a239d564eae611da753cdc /bin
parent7bd5799f7289700b2a0334c4ef1285f0dfbcdf98 (diff)
downloadFreeBSD-src-463bc2f183ac75a31055c03887aeef67f608d0d1.zip
FreeBSD-src-463bc2f183ac75a31055c03887aeef67f608d0d1.tar.gz
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
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/ps.c3
1 files changed, 2 insertions, 1 deletions
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 *);
OpenPOWER on IntegriCloud