Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.bin/find pullup 1.10->1.11 (simonb)



details:   https://anonhg.NetBSD.org/src/rev/f9f754ed3e3c
branches:  netbsd-1-4
changeset: 468540:f9f754ed3e3c
user:      perry <perry%NetBSD.org@localhost>
date:      Thu Apr 29 14:34:20 1999 +0000

description:
pullup 1.10->1.11 (simonb)

diffstat:

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

diffs (27 lines):

diff -r 6f1c143049a3 -r f9f754ed3e3c usr.bin/find/main.c
--- a/usr.bin/find/main.c       Thu Apr 29 14:33:12 1999 +0000
+++ b/usr.bin/find/main.c       Thu Apr 29 14:34:20 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.10 1998/02/10 21:52:51 cgd Exp $    */
+/*     $NetBSD: main.c,v 1.10.2.1 1999/04/29 14:34:20 perry Exp $      */
 
 /*-
  * Copyright (c) 1990, 1993, 1994
@@ -43,7 +43,7 @@
 #else
 __COPYRIGHT("@(#) Copyright (c) 1990, 1993, 1994\n\
        The Regents of the University of California.  All rights reserved.\n");
-__RCSID("$NetBSD: main.c,v 1.10 1998/02/10 21:52:51 cgd Exp $");
+__RCSID("$NetBSD: main.c,v 1.10.2.1 1999/04/29 14:34:20 perry Exp $");
 #endif
 #endif /* not lint */
 
@@ -86,7 +86,7 @@
        p = start = alloca(argc * sizeof (char *));
 
        ftsoptions = FTS_NOSTAT | FTS_PHYSICAL;
-       while ((ch = getopt(argc, argv, "HLPXdf:x")) != EOF)
+       while ((ch = getopt(argc, argv, "HLPXdf:hx")) != EOF)
                switch(ch) {
                case 'H':
                        ftsoptions |= FTS_COMFOLLOW;



Home | Main Index | Thread Index | Old Index