lineedit: nuke two unused variables and code which sets them
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 14 Apr 2007 13:22:09 +0000 (13:22 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 14 Apr 2007 13:22:09 +0000 (13:22 -0000)
commit5f9468e99649c0daa5cacfe180fbd0e061df6fc3
tree61ab361ce2e76c19f9c3d3661c9fd8d3e0eae6cf
parent8a28e620ce6017fd184c26a7ce25f5e167a90fe7
lineedit: nuke two unused variables and code which sets them
applets: do not even try to read config if run by real root
msh: use named constants (O_RDONLY etc) in open() instead of magic numbers,
     other minor code size reduction.
applets/applets.c
libbb/lineedit.c
shell/msh.c