Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/menuc Mark __menu_initerror as dead in the output.
details: https://anonhg.NetBSD.org/src/rev/291d7f2af1fb
branches: trunk
changeset: 769317:291d7f2af1fb
user: joerg <joerg%NetBSD.org@localhost>
date: Tue Sep 06 18:16:38 2011 +0000
description:
Mark __menu_initerror as dead in the output.
diffstat:
usr.bin/menuc/mdb.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f1e937281290 -r 291d7f2af1fb usr.bin/menuc/mdb.c
--- a/usr.bin/menuc/mdb.c Tue Sep 06 18:16:01 2011 +0000
+++ b/usr.bin/menuc/mdb.c Tue Sep 06 18:16:38 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mdb.c,v 1.44 2008/01/16 09:21:33 tls Exp $ */
+/* $NetBSD: mdb.c,v 1.45 2011/09/06 18:16:38 joerg Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -45,7 +45,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: mdb.c,v 1.44 2008/01/16 09:21:33 tls Exp $");
+__RCSID("$NetBSD: mdb.c,v 1.45 2011/09/06 18:16:38 joerg Exp $");
#endif
@@ -233,7 +233,7 @@
"/* Prototypes */\n"
"int menu_init(void);\n"
"void process_menu(int, void *);\n"
- "void __menu_initerror(void);\n"
+ "__dead void __menu_initerror(void);\n"
);
if (do_dynamic)
Home |
Main Index |
Thread Index |
Old Index