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 pull up rev 1.13 from trunk. (cgd)



details:   https://anonhg.NetBSD.org/src/rev/572781d815a4
branches:  netbsd-1-4
changeset: 469251:572781d815a4
user:      cgd <cgd%NetBSD.org@localhost>
date:      Fri Aug 20 05:43:42 1999 +0000

description:
pull up rev 1.13 from trunk. (cgd)

diffstat:

 usr.bin/find/option.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 355a52141cb1 -r 572781d815a4 usr.bin/find/option.c
--- a/usr.bin/find/option.c     Fri Aug 20 05:43:37 1999 +0000
+++ b/usr.bin/find/option.c     Fri Aug 20 05:43:42 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: option.c,v 1.12 1999/01/16 13:27:31 simonb Exp $       */
+/*     $NetBSD: option.c,v 1.12.2.1 1999/08/20 05:43:42 cgd Exp $      */
 
 /*-
  * Copyright (c) 1990, 1993, 1994
@@ -41,7 +41,7 @@
 #if 0
 static char sccsid[] = "from: @(#)option.c     8.2 (Berkeley) 4/16/94";
 #else
-__RCSID("$NetBSD: option.c,v 1.12 1999/01/16 13:27:31 simonb Exp $");
+__RCSID("$NetBSD: option.c,v 1.12.2.1 1999/08/20 05:43:42 cgd Exp $");
 #endif
 #endif /* not lint */
 
@@ -77,6 +77,7 @@
        { "-fstype",    N_FSTYPE,       c_fstype,       1 },
        { "-group",     N_GROUP,        c_group,        1 },
        { "-inum",      N_INUM,         c_inum,         1 },
+       { "-iregex",    N_IREGEX,       c_iregex,       1 },
        { "-links",     N_LINKS,        c_links,        1 },
        { "-ls",        N_LS,           c_ls,           0 },
        { "-mmin",      N_MMIN,         c_mmin,         1 },
@@ -94,6 +95,7 @@
        { "-print0",    N_PRINT0,       c_print0,       0 },
        { "-printx",    N_PRINTX,       c_printx,       0 },
        { "-prune",     N_PRUNE,        c_prune,        0 },
+       { "-regex",     N_REGEX,        c_regex,        1 },
        { "-size",      N_SIZE,         c_size,         1 },
        { "-type",      N_TYPE,         c_type,         1 },
        { "-user",      N_USER,         c_user,         1 },



Home | Main Index | Thread Index | Old Index