Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
b693c12d
Commit
b693c12d
authored
Sep 12, 2003
by
Robert Ricci
Browse files
Make assign give an unretryable error whne exited with control-c, too.
parent
6aed89a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
assign/assign.cc
View file @
b693c12d
...
...
@@ -648,6 +648,7 @@ int main(int argc,char **argv)
sigemptyset
(
&
action
.
sa_mask
);
action
.
sa_flags
=
0
;
sigaction
(
SIGUSR1
,
&
action
,
NULL
);
sigaction
(
SIGINT
,
&
action
,
NULL
);
// Convert options to the common.h parameters.
parse_options
(
argv
,
options
,
noptions
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment