Source-Changes-HG archive

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

[src/trunk]: src/sbin/raidctl error message: \n\n -> \n



details:   https://anonhg.NetBSD.org/src/rev/9f39b52203d2
branches:  trunk
changeset: 751194:9f39b52203d2
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Jan 27 17:02:06 2010 +0000

description:
error message: \n\n -> \n

diffstat:

 sbin/raidctl/raidctl.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2b301f76b035 -r 9f39b52203d2 sbin/raidctl/raidctl.c
--- a/sbin/raidctl/raidctl.c    Wed Jan 27 16:22:41 2010 +0000
+++ b/sbin/raidctl/raidctl.c    Wed Jan 27 17:02:06 2010 +0000
@@ -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);
        }
        



Home | Main Index | Thread Index | Old Index