summaryrefslogtreecommitdiff
path: root/pop3e.c
AgeCommit message (Collapse)Author
2014-09-05The sockaddr_storage returned by accept(2) belongs to session andSunil Nimmagadda
not the listener. Move it to a place where it belongs: struct session.
2014-04-10Since we now waitpid on WAIT_ANY, pop3_main needed return pid.Sunil Nimmagadda
2014-04-01Import.Sunil Nimmagadda