Source-Changes-HG archive

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

[src/trunk]: src/bin/dd Hmm, for 'rof', I believe that C_ROF|C_OF is invalid ...



details:   https://anonhg.NetBSD.org/src/rev/b1121de51aff
branches:  trunk
changeset: 759328:b1121de51aff
user:      jym <jym%NetBSD.org@localhost>
date:      Sun Dec 05 23:35:59 2010 +0000

description:
Hmm, for 'rof', I believe that C_ROF|C_OF is invalid rather than
C_ROF|C_ROF.

Hi pooka :)

diffstat:

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

diffs (27 lines):

diff -r 5aabfd8988dd -r b1121de51aff bin/dd/args.c
--- a/bin/dd/args.c     Sun Dec 05 22:40:56 2010 +0000
+++ b/bin/dd/args.c     Sun Dec 05 23:35:59 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: args.c,v 1.27 2010/11/22 21:04:27 pooka Exp $  */
+/*     $NetBSD: args.c,v 1.28 2010/12/05 23:35:59 jym 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.27 2010/11/22 21:04:27 pooka Exp $");
+__RCSID("$NetBSD: args.c,v 1.28 2010/12/05 23:35:59 jym Exp $");
 #endif
 #endif /* not lint */
 
@@ -100,7 +100,7 @@
        { "progress",   f_progress,     0,       0 },
 #ifndef SMALL
        { "rif",        f_rif,          C_RIF|C_RUMP,    C_RIF|C_IF },
-       { "rof",        f_rof,          C_ROF|C_RUMP,    C_ROF|C_ROF },
+       { "rof",        f_rof,          C_ROF|C_RUMP,    C_ROF|C_OF },
 #endif
        { "seek",       f_seek,         C_SEEK,  C_SEEK },
        { "skip",       f_skip,         C_SKIP,  C_SKIP },



Home | Main Index | Thread Index | Old Index