summaryrefslogtreecommitdiffstats
path: root/bin/csh/csh.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2001-06-22 21:07:35 +0000
committerderaadt <deraadt@openbsd.org>2001-06-22 21:07:35 +0000
commitb9fb40c6233ddb0f9474ba19b869c7c7e62398db (patch)
tree964a17cb8279c00829c8e04730ba1e97990a59b2 /bin/csh/csh.c
parentshift the range for i/o space allocation to 0xa000 as it (diff)
downloadwireguard-openbsd-b9fb40c6233ddb0f9474ba19b869c7c7e62398db.tar.xz
wireguard-openbsd-b9fb40c6233ddb0f9474ba19b869c7c7e62398db.zip
mark signal races, and remove junk
Diffstat (limited to 'bin/csh/csh.c')
-rw-r--r--bin/csh/csh.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/csh/csh.c b/bin/csh/csh.c
index 0066c6a314d..309ca119c84 100644
--- a/bin/csh/csh.c
+++ b/bin/csh/csh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: csh.c,v 1.13 2000/10/30 17:16:45 millert Exp $ */
+/* $OpenBSD: csh.c,v 1.14 2001/06/22 21:07:35 deraadt Exp $ */
/* $NetBSD: csh.c,v 1.14 1995/04/29 23:21:28 mycroft Exp $ */
/*-
@@ -44,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)csh.c 8.2 (Berkeley) 10/12/93";
#else
-static char rcsid[] = "$OpenBSD: csh.c,v 1.13 2000/10/30 17:16:45 millert Exp $";
+static char rcsid[] = "$OpenBSD: csh.c,v 1.14 2001/06/22 21:07:35 deraadt Exp $";
#endif
#endif /* not lint */
@@ -881,6 +881,8 @@ static void
phup(sig)
int sig;
{
+ /* XXX sigh, everything after this is a signal race */
+
rechist();
/*