diff options
Diffstat (limited to 'sami.c')
| -rw-r--r-- | sami.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sami.c b/sami.c index 80bda70..b07c3aa 100644 --- a/sami.c +++ b/sami.c @@ -108,6 +108,7 @@ int SAMI_kill(SAMI *actor) if (actor->pid == -1 || kill(actor->pid, SIGKILL)) return 1; + return 0; } SAMI *SAMI_parent(void) |