diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-06-05 01:02:13 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-06-05 01:02:13 +0000 |
| commit | fdbec3988501a273deaadeeca666373bd7562b1d (patch) | |
| tree | 34023500c5fee70431c90553f853e891961dcdb0 | |
| parent | a89d0c4dbc827dafef1271dbabaef50b77d3094c (diff) | |
Notes
| -rw-r--r-- | bin/ps/print.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ps/print.c b/bin/ps/print.c index 1e1d3a9c2128..fefb0050c8d0 100644 --- a/bin/ps/print.c +++ b/bin/ps/print.c @@ -618,7 +618,8 @@ static void printval(char *bp, VAR *v) { static char ofmt[32] = "%"; - char *fcp, *cp; + const char *fcp; + char *cp; cp = ofmt + 1; fcp = v->fmt; |
