Compare commits
No commits in common. "d6ea0a1a61853dd892029a7126e7fdb70c371878" and "72e3f6c7c05b4d5b56388508bb20a863aec279f5" have entirely different histories.
d6ea0a1a61
...
72e3f6c7c0
@ -1,5 +1,5 @@
|
|||||||
# st version
|
# st version
|
||||||
VERSION = 0.8.3
|
VERSION = 0.8.2
|
||||||
|
|
||||||
# Customize below to fit your system
|
# Customize below to fit your system
|
||||||
|
|
||||||
|
|||||||
2
st.c
2
st.c
@ -730,7 +730,7 @@ sigchld(int a)
|
|||||||
die("child exited with status %d\n", WEXITSTATUS(stat));
|
die("child exited with status %d\n", WEXITSTATUS(stat));
|
||||||
else if (WIFSIGNALED(stat))
|
else if (WIFSIGNALED(stat))
|
||||||
die("child terminated due to signal %d\n", WTERMSIG(stat));
|
die("child terminated due to signal %d\n", WTERMSIG(stat));
|
||||||
_exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user