Source-Changes-HG archive

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

[src/netbsd-7]: src/external/bsd/nvi/dist/ex Pull up following revision(s) (r...



details:   https://anonhg.NetBSD.org/src/rev/a4ae7ae7ab5b
branches:  netbsd-7
changeset: 799203:a4ae7ae7ab5b
user:      snj <snj%NetBSD.org@localhost>
date:      Tue Apr 14 05:18:53 2015 +0000

description:
Pull up following revision(s) (requested by christos in ticket #690):
        external/bsd/nvi/dist/ex/ex_mkexrc.c: revision 1.4
exrc expects 1 argument.

diffstat:

 external/bsd/nvi/dist/ex/ex_mkexrc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 045c596a3069 -r a4ae7ae7ab5b external/bsd/nvi/dist/ex/ex_mkexrc.c
--- a/external/bsd/nvi/dist/ex/ex_mkexrc.c      Tue Apr 14 05:17:31 2015 +0000
+++ b/external/bsd/nvi/dist/ex/ex_mkexrc.c      Tue Apr 14 05:18:53 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ex_mkexrc.c,v 1.3 2014/01/26 21:43:45 christos Exp $ */
+/*     $NetBSD: ex_mkexrc.c,v 1.3.6.1 2015/04/14 05:18:53 snj Exp $ */
 /*-
  * Copyright (c) 1992, 1993, 1994
  *     The Regents of the University of California.  All rights reserved.
@@ -16,7 +16,7 @@
 static const char sccsid[] = "Id: ex_mkexrc.c,v 10.13 2001/06/25 15:19:17 skimo Exp  (Berkeley) Date: 2001/06/25 15:19:17 ";
 #endif /* not lint */
 #else
-__RCSID("$NetBSD: ex_mkexrc.c,v 1.3 2014/01/26 21:43:45 christos Exp $");
+__RCSID("$NetBSD: ex_mkexrc.c,v 1.3.6.1 2015/04/14 05:18:53 snj Exp $");
 #endif
 
 #include <sys/types.h>
@@ -52,7 +52,7 @@
        size_t flen;
 
        switch (cmdp->argc) {
-       case 0:
+       case 1:
                fname = _PATH_EXRC;
                INT2CHAR(sp, cmdp->argv[0]->bp, cmdp->argv[0]->len + 1, 
                            fname, flen);



Home | Main Index | Thread Index | Old Index