Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/dd Wrap long line.
details: https://anonhg.NetBSD.org/src/rev/82c41c39885c
branches: trunk
changeset: 759437:82c41c39885c
user: enami <enami%NetBSD.org@localhost>
date: Thu Dec 09 10:24:56 2010 +0000
description:
Wrap long line.
diffstat:
bin/dd/args.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 8b7522611008 -r 82c41c39885c bin/dd/args.c
--- a/bin/dd/args.c Thu Dec 09 10:19:23 2010 +0000
+++ b/bin/dd/args.c Thu Dec 09 10:24:56 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: args.c,v 1.28 2010/12/05 23:35:59 jym Exp $ */
+/* $NetBSD: args.c,v 1.29 2010/12/09 10:24:56 enami Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)args.c 8.3 (Berkeley) 4/2/94";
#else
-__RCSID("$NetBSD: args.c,v 1.28 2010/12/05 23:35:59 jym Exp $");
+__RCSID("$NetBSD: args.c,v 1.29 2010/12/09 10:24:56 enami Exp $");
#endif
#endif /* not lint */
@@ -382,7 +382,8 @@
/* NOTREACHED */
}
if (ddflags & cp->noset) {
- errx(EXIT_FAILURE, "%s: illegal conversion combination", tmp.name);
+ errx(EXIT_FAILURE,
+ "%s: illegal conversion combination", tmp.name);
/* NOTREACHED */
}
ddflags |= cp->set;
Home |
Main Index |
Thread Index |
Old Index