Source-Changes-HG archive

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

[src/trunk]: src/dist/nvi/common remove error(1) line.



details:   https://anonhg.NetBSD.org/src/rev/ce0f35e0e5ef
branches:  trunk
changeset: 772926:ce0f35e0e5ef
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 21 19:56:46 2012 +0000

description:
remove error(1) line.

diffstat:

 dist/nvi/common/cut.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r a0dc812a0980 -r ce0f35e0e5ef dist/nvi/common/cut.c
--- a/dist/nvi/common/cut.c     Sat Jan 21 19:49:56 2012 +0000
+++ b/dist/nvi/common/cut.c     Sat Jan 21 19:56:46 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cut.c,v 1.7 2012/01/21 19:49:56 christos Exp $ */
+/*     $NetBSD: cut.c,v 1.8 2012/01/21 19:56:46 christos Exp $ */
 
 /*-
  * Copyright (c) 1992, 1993, 1994
@@ -257,7 +257,6 @@
         * copy the portion we want, and reset the TEXT length.
         */
        if (len != 0) {
-/*###260 [cc] error: comparison between signed and unsigned integer expressions%%%*/
                if (clen == ENTIRE_LINE)
                        clen = len - fcno;
                MEMCPYW(tp->lb, p + fcno, clen);



Home | Main Index | Thread Index | Old Index