summaryrefslogtreecommitdiffstats
path: root/bin/sh/error.h
diff options
context:
space:
mode:
authorcracauer <cracauer@FreeBSD.org>1998-08-24 19:15:48 +0000
committercracauer <cracauer@FreeBSD.org>1998-08-24 19:15:48 +0000
commit57a57a05cacca963507bd828a7c90f4289c443e2 (patch)
tree9a75cf48e106bb68a2e7905b5b702f302e832ecd /bin/sh/error.h
parent2eb129c515da7de3a15193a9b02c941042f513d3 (diff)
downloadFreeBSD-src-57a57a05cacca963507bd828a7c90f4289c443e2.zip
FreeBSD-src-57a57a05cacca963507bd828a7c90f4289c443e2.tar.gz
Got two volatile sig_atomic_t and int mixed up. Spotted by Gary Palmer.
Diffstat (limited to 'bin/sh/error.h')
-rw-r--r--bin/sh/error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/error.h b/bin/sh/error.h
index eb0f523..eed9c9d 100644
--- a/bin/sh/error.h
+++ b/bin/sh/error.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)error.h 8.2 (Berkeley) 5/4/95
- * $Id: error.h,v 1.7 1997/02/22 13:58:23 peter Exp $
+ * $Id: error.h,v 1.8 1998/08/24 10:20:36 cracauer Exp $
*/
/*
@@ -64,7 +64,7 @@ struct jmploc {
};
extern struct jmploc *handler;
-extern int exception;
+extern volatile sig_atomic_t exception;
/* exceptions */
#define EXINT 0 /* SIGINT received */
OpenPOWER on IntegriCloud