Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/makefs remove bogus err.



details:   https://anonhg.NetBSD.org/src/rev/b2dc5cc4fe6c
branches:  trunk
changeset: 784560:b2dc5cc4fe6c
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 01 14:02:17 2013 +0000

description:
remove bogus err.

diffstat:

 usr.sbin/makefs/makefs.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 3779268e52d2 -r b2dc5cc4fe6c usr.sbin/makefs/makefs.c
--- a/usr.sbin/makefs/makefs.c  Fri Feb 01 14:00:33 2013 +0000
+++ b/usr.sbin/makefs/makefs.c  Fri Feb 01 14:02:17 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: makefs.c,v 1.46 2013/02/01 14:00:33 christos Exp $     */
+/*     $NetBSD: makefs.c,v 1.47 2013/02/01 14:02:17 christos Exp $     */
 
 /*
  * Copyright (c) 2001-2003 Wasabi Systems, Inc.
@@ -41,7 +41,7 @@
 
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: makefs.c,v 1.46 2013/02/01 14:00:33 christos Exp $");
+__RCSID("$NetBSD: makefs.c,v 1.47 2013/02/01 14:02:17 christos Exp $");
 #endif /* !__lint */
 
 #include <assert.h>
@@ -351,7 +351,6 @@
                        break;
                case OPT_STRPTR:
                        s = estrdup(val);
-                               err(1, NULL);
                        *(char **)options[i].value = s;
                        break;
                case OPT_STRBUF:



Home | Main Index | Thread Index | Old Index