K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-04-21T00:55:17.000000Z K 7 svn:log V 441 Fix a long-standing bug relating to the handling of SIGHUP: mountd would call malloc, stdio and other library functions from the signal handler which is not safe due to reentrancy problems. Instead, add a simple handler that just sets a flag, and call the more complex function from main() when necessary. Unfortunately to be able to check this flag, we must expand the svc_run() call, but the RPC library makes that relatively easy to do. END