Module Name: src
Committed By: pooka
Date: Wed Jan 27 17:02:06 UTC 2010
Modified Files:
src/sbin/raidctl: raidctl.c
Log Message:
error message: \n\n -> \n
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sbin/raidctl/raidctl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/raidctl/raidctl.c
diff -u src/sbin/raidctl/raidctl.c:1.43 src/sbin/raidctl/raidctl.c:1.44
--- src/sbin/raidctl/raidctl.c:1.43 Thu Dec 10 20:20:59 2009
+++ src/sbin/raidctl/raidctl.c Wed Jan 27 17:02:06 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: raidctl.c,v 1.43 2009/12/10 20:20:59 jld Exp $ */
+/* $NetBSD: raidctl.c,v 1.44 2010/01/27 17:02:06 pooka Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: raidctl.c,v 1.43 2009/12/10 20:20:59 jld Exp $");
+__RCSID("$NetBSD: raidctl.c,v 1.44 2010/01/27 17:02:06 pooka Exp $");
#endif
@@ -382,7 +382,7 @@
if (rf_MakeConfig( config_file, &cfg ) != 0) {
fprintf(stderr,"%s: unable to create RAIDframe %s\n",
- getprogname(), "configuration structure\n");
+ getprogname(), "configuration structure");
exit(1);
}