summaryrefslogtreecommitdiff
path: root/usr.bin/sort
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-01-19 17:58:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-01-19 17:58:23 +0000
commit84feb65f67f9dfdd4c1946c042d07d10c65d4feb (patch)
tree74d99dd3e4d3b0bef09fc5651ccd2e0809ae452b /usr.bin/sort
parent14ed877776dcefece53d3ac792a4ed18ba7dd630 (diff)
mark remaining signal races which are difficult to fix, and fix a few partially
Diffstat (limited to 'usr.bin/sort')
-rw-r--r--usr.bin/sort/sort.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sort/sort.c b/usr.bin/sort/sort.c
index 0332a340b6b..7da39b63aeb 100644
--- a/usr.bin/sort/sort.c
+++ b/usr.bin/sort/sort.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sort.c,v 1.14 2000/06/30 16:00:23 millert Exp $ */
+/* $OpenBSD: sort.c,v 1.15 2001/01/19 17:58:18 deraadt Exp $ */
/*-
* Copyright (c) 1993
@@ -46,7 +46,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)sort.c 8.1 (Berkeley) 6/6/93";
#else
-static char rcsid[] = "$OpenBSD: sort.c,v 1.14 2000/06/30 16:00:23 millert Exp $";
+static char rcsid[] = "$OpenBSD: sort.c,v 1.15 2001/01/19 17:58:18 deraadt Exp $";
#endif
#endif /* not lint */
@@ -314,7 +314,7 @@ onsig(s)
{
cleanup();
- exit(2); /* return 2 on error/interrupt */
+ _exit(2); /* return 2 on error/interrupt */
}
static void