Module Name:    src
Committed By:   christos
Date:           Fri Feb  1 14:02:17 UTC 2013

Modified Files:
        src/usr.sbin/makefs: makefs.c

Log Message:
remove bogus err.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/usr.sbin/makefs/makefs.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.sbin/makefs/makefs.c
diff -u src/usr.sbin/makefs/makefs.c:1.46 src/usr.sbin/makefs/makefs.c:1.47
--- src/usr.sbin/makefs/makefs.c:1.46	Fri Feb  1 09:00:33 2013
+++ src/usr.sbin/makefs/makefs.c	Fri Feb  1 09:02:17 2013
@@ -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 @@ set_option_var(const option_t *options, 
 			break;
 		case OPT_STRPTR:
 			s = estrdup(val);
-				err(1, NULL);
 			*(char **)options[i].value = s;
 			break;
 		case OPT_STRBUF:

Reply via email to