Source-Changes-HG archive

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

[src/trunk]: src/bin/dd PR/48057: psi: skip and msgfmt cannot be used togethe...



details:   https://anonhg.NetBSD.org/src/rev/7f60cf510f08
branches:  trunk
changeset: 787981:7f60cf510f08
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jul 17 12:55:48 2013 +0000

description:
PR/48057: psi: skip and msgfmt cannot be used together. Looks like a pasto;
fixed.

diffstat:

 bin/dd/args.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2673838e64f2 -r 7f60cf510f08 bin/dd/args.c
--- a/bin/dd/args.c     Wed Jul 17 10:16:58 2013 +0000
+++ b/bin/dd/args.c     Wed Jul 17 12:55:48 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: args.c,v 1.37 2011/11/07 22:24:23 jym Exp $    */
+/*     $NetBSD: args.c,v 1.38 2013/07/17 12:55:48 christos 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.37 2011/11/07 22:24:23 jym Exp $");
+__RCSID("$NetBSD: args.c,v 1.38 2013/07/17 12:55:48 christos Exp $");
 #endif
 #endif /* not lint */
 
@@ -97,7 +97,7 @@
        { "ibs",        f_ibs,          C_IBS,   C_BS|C_IBS },
        { "if",         f_if,           C_IF,    C_IF },
        { "iseek",      f_skip,         C_SKIP,  C_SKIP },
-       { "msgfmt",     f_msgfmt,       C_SKIP,  C_SKIP },
+       { "msgfmt",     f_msgfmt,       0,       0 },
        { "obs",        f_obs,          C_OBS,   C_BS|C_OBS },
        { "of",         f_of,           C_OF,    C_OF },
        { "oseek",      f_seek,         C_SEEK,  C_SEEK },



Home | Main Index | Thread Index | Old Index