CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/09/28 11:28:30
Modified files:
usr.sbin/smtpd : smtpd.c smtpd.h
Log message:
some smtpd.{c,h} cleanups:
- move struct child to smtpd.c
- make it use a tree keyed on the pid
- change child_add to take the title directly as a const char *
- remove useless child_lookup() and child_del()
- remove CHILD_INVALID
ok chl@ gilles@
