- use config_buffer for message()
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 30 May 2006 12:10:29 +0000 (12:10 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 30 May 2006 12:10:29 +0000 (12:10 -0000)
commit3ab3080bc2c52216b5f4fb2ffbef74ec5e6c1d86
treee4b2fc212c2e9e96465cbed20400abd439ba84a1
parent752f0a6001b7b023cd6c21b906eb5c0ef7bcbd66
- use config_buffer for message()
- add second argument to waitfor(*action,pid); if action==NULL then use pid tor
  wait for. If an action was given, we wait for the action to finish just as
  before. In run() remove second and third occurance of the same functionality
  the waitfor() call now provides.
  Adjust the former only caller of waitfor accordingly.

PS: Not using waitfor but creating a second function used a few bytes more than
simply extending and reusing waitfor.
   text    data     bss     dec     hex filename
   5426      32       8    5466    155a init/init.o.orig
   5391      32       8    5431    1537 init/init.o
init/init.c