X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/ca67e7b465996afb3821d6a075c4dc6a7f0f5d52..1c15e88899094343f75aeba04122cd96a96b428e:/usr/src/bin/csh/sh.h diff --git a/usr/src/bin/csh/sh.h b/usr/src/bin/csh/sh.h index 765df598c2..5d7ace3302 100644 --- a/usr/src/bin/csh/sh.h +++ b/usr/src/bin/csh/sh.h @@ -3,7 +3,7 @@ * All rights reserved. The Berkeley Software License Agreement * specifies the terms and conditions for redistribution. * - * @(#)sh.h 5.3 (Berkeley) 3/29/86 + * @(#)sh.h 5.5 (Berkeley) 9/24/89 */ #include @@ -78,7 +78,6 @@ int shpgrp; /* Pgrp of shell */ int tpgrp; /* Terminal process group */ /* If tpgrp is -1, leave tty alone! */ int opgrp; /* Initial pgrp and tty pgrp */ -int oldisc; /* Initial line discipline or -1 */ /* * These are declared here because they want to be @@ -128,8 +127,8 @@ jmp_buf reslab; #define resexit(a) copy((char *)reslab, ((char *)(a)), sizeof reslab) char *gointr; /* Label for an onintr transfer */ -int (*parintr)(); /* Parents interrupt catch */ -int (*parterm)(); /* Parents terminate catch */ +sig_t parintr; /* Parents interrupt catch */ +sig_t parterm; /* Parents terminate catch */ /* * Lexical definitions.