|
|
1.1 root 1: /* $Header: final.h,v 4.3 85/05/01 11:38:17 lwall Exp $
2: *
3: * $Log: final.h,v $
4: * Revision 4.3 85/05/01 11:38:17 lwall
5: * Baseline for release with 4.3bsd.
6: *
7: */
8:
9: /* cleanup status for fast exits */
10:
11: EXT bool panic INIT(FALSE); /* we got hung up or something-- */
12: /* so leave tty alone */
13: EXT bool rc_changed INIT(FALSE); /* need we rewrite .newsrc? */
14: EXT bool doing_ng INIT(FALSE); /* do we need to reconstitute */
15: /* current rc line? */
16:
17: EXT char int_count INIT(0); /* how many interrupts we've had */
18:
19: /* signal catching routines */
20:
21: int int_catcher();
22: int sig_catcher();
23: #ifdef SIGTSTP
24: int stop_catcher();
25: int cont_catcher();
26: #endif
27:
28: void final_init();
29: void finalize();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.