ls, od: avoid redundant const
authorEric Blake <ebb9@byu.net>
Tue, 17 Jun 2008 03:16:07 +0000 (21:16 -0600)
committerJim Meyering <meyering@redhat.com>
Tue, 17 Jun 2008 06:17:14 +0000 (08:17 +0200)
commita7a328af0f7d087d8c664e7803a9f3a7479376c1
treeac12bbb96c1d1da9e5de49b315c4411e01ed4746
parent94cecb5cf6922130f10a640614fb2e16945c5432
ls, od: avoid redundant const

* src/ls.c (long_time_format, sort_functions): Avoid redundant const.
* src/od.c (charname): Likewise.
* maint.mk (sc_redundant_const): Add rule to detect this.
maint.mk
src/ls.c
src/od.c