Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.bin/join Pull up revision 1.20 (requested by jonb):



details:   https://anonhg.NetBSD.org/src/rev/dfaf70e00afa
branches:  netbsd-1-5
changeset: 492777:dfaf70e00afa
user:      he <he%NetBSD.org@localhost>
date:      Thu Feb 14 20:03:19 2002 +0000

description:
Pull up revision 1.20 (requested by jonb):
  Make the ``-v'' flag print data instead of blank lines.  Fixes
  part of PR#15412.

diffstat:

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

diffs (27 lines):

diff -r 085f9204c106 -r dfaf70e00afa usr.bin/join/join.c
--- a/usr.bin/join/join.c       Thu Feb 14 19:59:55 2002 +0000
+++ b/usr.bin/join/join.c       Thu Feb 14 20:03:19 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: join.c,v 1.19 2000/06/10 19:21:05 mycroft Exp $        */
+/*     $NetBSD: join.c,v 1.19.2.1 2002/02/14 20:03:19 he Exp $ */
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -48,7 +48,7 @@
 #if 0
 static char sccsid[] = "from: @(#)join.c       5.1 (Berkeley) 11/18/91";
 #else
-__RCSID("$NetBSD: join.c,v 1.19 2000/06/10 19:21:05 mycroft Exp $");
+__RCSID("$NetBSD: join.c,v 1.19.2.1 2002/02/14 20:03:19 he Exp $");
 #endif
 #endif /* not lint */
 
@@ -88,7 +88,7 @@
        u_long setalloc;        /* set allocated count */
 } INPUT;
 INPUT input1 = { NULL, 0, 0, 1, NULL, -1, 0, 0, },
-      input2 = { NULL, 0, 0, 1, NULL, -1, 0, 0, };
+      input2 = { NULL, 0, 0, 2, NULL, -1, 0, 0, };
 
 typedef struct {
        u_long  fileno;         /* file number */



Home | Main Index | Thread Index | Old Index