CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2016/09/02 05:25:14

Modified files:
        usr.sbin/httpd : httpd.c httpd.h proc.c 

Log message:
proc.c tweaks: Rename proc_listento() to proc_accept() as it is the
receiving side of proc_connect().  Move some code from main into
proc_init(), the function is now called by parent and children, not
just the parent and it is less copy + paste for other daemons.

OK florian@

Reply via email to