Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/sysinst/arch/dummy Make it a warning, otherwise the...



details:   https://anonhg.NetBSD.org/src/rev/e67af676ad78
branches:  trunk
changeset: 797996:e67af676ad78
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Aug 06 12:34:42 2014 +0000

description:
Make it a warning, otherwise the missing noreturn will fail the build.

diffstat:

 usr.sbin/sysinst/arch/dummy/md.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ec1387fb46c8 -r e67af676ad78 usr.sbin/sysinst/arch/dummy/md.c
--- a/usr.sbin/sysinst/arch/dummy/md.c  Wed Aug 06 12:29:13 2014 +0000
+++ b/usr.sbin/sysinst/arch/dummy/md.c  Wed Aug 06 12:34:42 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.1 2014/07/26 19:56:30 dholland Exp $  */
+/*     $NetBSD: md.c,v 1.2 2014/08/06 12:34:42 joerg Exp $     */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -40,7 +40,7 @@
 void
 md_init(void)
 {
-       errx(1, "sysinst has not been properly ported to this platform");
+       warnx("sysinst has not been properly ported to this platform");
 }
 
 void



Home | Main Index | Thread Index | Old Index