This commit is contained in:
Luke Smith
2022-09-20 08:20:42 -04:00
+1 -1
View File
@@ -967,7 +967,7 @@ ttyresize(int tw, int th)
}
void
ttyhangup()
ttyhangup(void)
{
/* Send SIGHUP to shell */
kill(pid, SIGHUP);