Module Name:    src
Committed By:   joerg
Date:           Mon Aug 29 13:51:38 UTC 2011

Modified Files:
        src/dist/bzip2: bzip2.c

Log Message:
Sprinkle NORETURN.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/dist/bzip2/bzip2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/dist/bzip2/bzip2.c
diff -u src/dist/bzip2/bzip2.c:1.8 src/dist/bzip2/bzip2.c:1.9
--- src/dist/bzip2/bzip2.c:1.8	Sat Apr 11 11:10:43 2009
+++ src/dist/bzip2/bzip2.c	Mon Aug 29 13:51:38 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: bzip2.c,v 1.8 2009/04/11 11:10:43 lukem Exp $	*/
+/*	$NetBSD: bzip2.c,v 1.9 2011/08/29 13:51:38 joerg Exp $	*/
 
 
 /*-----------------------------------------------------------*/
@@ -804,7 +804,7 @@
 
 
 /*---------------------------------------------*/
-static 
+NORETURN static 
 void mySignalCatcher ( IntNative n )
 {
    fprintf ( stderr,
@@ -816,7 +816,7 @@
 
 /*---------------------------------------------*/
 #ifndef SMALL
-static 
+NORETURN static 
 void mySIGSEGVorSIGBUScatcher ( IntNative n )
 {
    if (opMode == OM_Z)

Reply via email to