Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/vndcompress Mark offtab_bug[x] as dead.
details: https://anonhg.NetBSD.org/src/rev/46ac4a349b98
branches: trunk
changeset: 326253:46ac4a349b98
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Jan 23 14:17:05 2014 +0000
description:
Mark offtab_bug[x] as dead.
diffstat:
usr.bin/vndcompress/offtab.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r 3e9c2d29f740 -r 46ac4a349b98 usr.bin/vndcompress/offtab.c
--- a/usr.bin/vndcompress/offtab.c Thu Jan 23 14:14:23 2014 +0000
+++ b/usr.bin/vndcompress/offtab.c Thu Jan 23 14:17:05 2014 +0000
@@ -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 @@
#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, ...)
{
Home |
Main Index |
Thread Index |
Old Index