CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2015/11/23 14:07:29

Modified files:
        usr.sbin/vmd   : vmd.c 

Log message:
accept4() is restarted after signals which prevents vmd from exiting
in the current control socket loop.  Add a poll before the accept that
is not restarted and allows to escape the loop.  This code is kind of
temporary, as we're planning to replace the event handling, but it
allows to kill (or Ctrl+c) vmd for now.

OK tedu@, discussed with many

Reply via email to