Fix comments, formatting, error message around use of selfpipe

This commit is contained in:
Keegan McAllister
2012-03-07 18:32:42 -08:00
parent e9cea2627e
commit 4a29ab9d70
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ void serve( int host_fd, Terminal::Complete &terminal, ServerConnection &network
/* establish fd for shutdown signals */
int signal_fd = selfpipe_init();
if ( signal_fd < 0 ) {
perror( "selfpipe" );
perror( "selfpipe_init" );
return;
}