summaryrefslogtreecommitdiffstats
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2004-06-22 02:15:58 +0000
committergad <gad@FreeBSD.org>2004-06-22 02:15:58 +0000
commited35e71589befee3ddbf8133d0ffa0fd310f9a02 (patch)
treebdcadd8de00af88003f109c2440605343b38fdc4 /bin/ps/extern.h
parentf9a5adc8b6fababa9bc8c441edc25ac43f853d26 (diff)
downloadFreeBSD-src-ed35e71589befee3ddbf8133d0ffa0fd310f9a02.zip
FreeBSD-src-ed35e71589befee3ddbf8133d0ffa0fd310f9a02.tar.gz
Oops. Undo that last 'const' change. It expects similar changes to some
other files that I am not ready to commit yet...
Diffstat (limited to 'bin/ps/extern.h')
-rw-r--r--bin/ps/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index dd72e20..3642fc9 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -50,7 +50,7 @@ int donlist(void);
void elapsed(KINFO *, VARENT *);
void emulname(KINFO *, VARENT *);
VARENT *find_varentry(VAR *);
-const char *fmt_argv(const char **, const char *, size_t);
+const char *fmt_argv(char **, char *, size_t);
double getpcpu(const KINFO *);
void kvar(KINFO *, VARENT *);
void label(KINFO *, VARENT *);
OpenPOWER on IntegriCloud