Indented with src/scripts/indent-emp.
This commit is contained in:
parent
5f263a7753
commit
9b7adfbecc
437 changed files with 52211 additions and 51052 deletions
|
@ -38,15 +38,15 @@
|
|||
|
||||
int
|
||||
handleintr(s)
|
||||
int s;
|
||||
int s;
|
||||
{
|
||||
extern int interrupt;
|
||||
extern int interrupt;
|
||||
|
||||
if (interrupt) {
|
||||
/* tacky, but it works */
|
||||
if (write(s, "\naborted\n", 1+7+1) <= 0)
|
||||
return 0;
|
||||
interrupt = 0;
|
||||
}
|
||||
return 1;
|
||||
if (interrupt) {
|
||||
/* tacky, but it works */
|
||||
if (write(s, "\naborted\n", 1 + 7 + 1) <= 0)
|
||||
return 0;
|
||||
interrupt = 0;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue