Module Name:    src
Committed By:   joerg
Date:           Thu Jan 23 14:17:05 UTC 2014

Modified Files:
        src/usr.bin/vndcompress: offtab.c

Log Message:
Mark offtab_bug[x] as dead.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/vndcompress/offtab.c

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

Modified files:

Index: src/usr.bin/vndcompress/offtab.c
diff -u src/usr.bin/vndcompress/offtab.c:1.9 src/usr.bin/vndcompress/offtab.c:1.10
--- src/usr.bin/vndcompress/offtab.c:1.9	Wed Jan 22 14:25:07 2014
+++ src/usr.bin/vndcompress/offtab.c	Thu Jan 23 14:17:05 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: offtab.c,v 1.9 2014/01/22 14:25:07 riastradh Exp $	*/
+/*	$NetBSD: offtab.c,v 1.10 2014/01/23 14:17:05 joerg Exp $	*/
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: offtab.c,v 1.9 2014/01/22 14:25:07 riastradh Exp $");
+__RCSID("$NetBSD: offtab.c,v 1.10 2014/01/23 14:17:05 joerg Exp $");
 
 #include <sys/types.h>
 #include <sys/endian.h>
@@ -49,14 +49,14 @@ __RCSID("$NetBSD: offtab.c,v 1.9 2014/01
 
 #include "offtab.h"
 
-static void __printflike(1,2)
+static void __printflike(1,2) __dead
 offtab_bug(const char *fmt, ...)
 {
 
 	errx(1, "bug in offtab, please report");
 }
 
-static void __printflike(1,2)
+static void __printflike(1,2) __dead
 offtab_bugx(const char *fmt, ...)
 {
 

Reply via email to