/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos-client.c

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
  char *plus_options = NULL;
204
204
  char **plus_argv = NULL;
205
205
 
206
 
  errno = 0;
207
 
  
208
206
  /* Establish a signal handler */
209
207
  sigemptyset(&sigchld_action.sa_mask);
210
208
  ret = sigaddset(&sigchld_action.sa_mask, SIGCHLD);