skip_whitespace() shouldn't claim its return value is const, it doesn't know
authorRob Landley <rob@landley.net>
Sun, 18 Jun 2006 20:20:07 +0000 (20:20 -0000)
committerRob Landley <rob@landley.net>
Sun, 18 Jun 2006 20:20:07 +0000 (20:20 -0000)
commitea224be6aa8fed5486376d3021a4cb911e935106
tree38d6c5d2d53841e3f4e2702521e3b03235c51017
parent14d7065ef1eb836d20e13bc25d1b13f0e76185ac
skip_whitespace() shouldn't claim its return value is const, it doesn't know
that and callers wind up typecasting it back.
12 files changed:
applets/applets.c
coreutils/ls.c
coreutils/test.c
coreutils/uniq.c
include/libbb.h
libbb/dump.c
libbb/inet_common.c
libbb/pw_encrypt.c
libbb/skip_whitespace.c
libpwdgrp/pwd_grp.c
networking/libiproute/ll_proto.c
util-linux/hexdump.c