K 10
svn:author
V 5
eagle
K 8
svn:date
V 27
2011-08-21T23:22:01.508775Z
K 7
svn:log
V 311
Cast the argument to tolower()

Like the other ctype.h functions, tolower takes an int, which on systems
with signed chars can result in unexpected type promotion and broken
behavior.  Follow best practice of always casting the argument to an
unsigned char.

Remove some dead code in the innfeed config parser.

END
