- move #include busybox.h to the very top so we pull in the config
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 3 Jun 2006 19:35:15 +0000 (19:35 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 3 Jun 2006 19:35:15 +0000 (19:35 -0000)
commitdeda6a5c0d00d02813cfda0d6262a24462909e9f
treecd2151ee74f7350abcbe692f8115e91547e08e15
parent2c351a8f9875a4b597641bc4c0da76db485fe184
- move #include busybox.h to the very top so we pull in the config
  and eventual platform specific includes in early.
- remove two supposedly superfluous newlines from ...error_msg() in modprobe
  and use shorter boilerplate while at it.
modutils/insmod.c
modutils/lsmod.c
modutils/modprobe.c
modutils/rmmod.c