aboutsummaryrefslogtreecommitdiff
path: root/libbb/skip_whitespace.c
AgeCommit message (Collapse)Author
2006-06-18skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley
that and callers wind up typecasting it back.
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
definitions. (That should only be on prototypes.)
2003-03-19Major coreutils update.Manuel Novoa III