| commit | a413e5b8880de643a83ad124d078091c0956fe1d | [log] [tgz] |
|---|---|---|
| author | Juan Cespedes <cespedes@debian.org> | Tue Sep 04 17:34:53 2007 +0200 |
| committer | Juan Cespedes <cespedes@debian.org> | Tue Sep 04 17:34:53 2007 +0200 |
| tree | 5a9691e6775e60eabbd993297b26cb84d84db37f | |
| parent | aee093126654f722523b47848a0c5449e39cf4bb [diff] [blame] |
Take arg_num out of arg_type_info
diff --git a/wait_for_something.c b/wait_for_something.c index f699663..c65de41 100644 --- a/wait_for_something.c +++ b/wait_for_something.c
@@ -111,7 +111,7 @@ if (stop_signal != (SIGTRAP | event.proc->tracesysgood) && stop_signal != SIGTRAP) { event.thing = LT_EV_SIGNAL; - event.e_un.signum = stop_signal; + event.e_un.signum = stop_signal; return &event; }