Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/include pull up rev 1.11 - 1.13 (for christos):
details: https://anonhg.NetBSD.org/src/rev/e7cf33255ae7
branches: netbsd-1-5
changeset: 490967:e7cf33255ae7
user: lukem <lukem%NetBSD.org@localhost>
date: Thu Mar 29 13:01:38 2001 +0000
description:
pull up rev 1.11 - 1.13 (for christos):
add GLOB_LIMIT
diffstat:
include/glob.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 02aef81e2c27 -r e7cf33255ae7 include/glob.h
--- a/include/glob.h Wed Mar 28 17:21:19 2001 +0000
+++ b/include/glob.h Thu Mar 29 13:01:38 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: glob.h,v 1.11 1998/06/22 12:01:43 tv Exp $ */
+/* $NetBSD: glob.h,v 1.11.10.1 2001/03/29 13:01:38 lukem Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -90,6 +90,7 @@
#define GLOB_BRACE 0x0080 /* Expand braces ala csh. */
#define GLOB_MAGCHAR 0x0100 /* Pattern had globbing characters. */
#define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */
+#define GLOB_LIMIT 0x0400 /* Limit memory used by matches to ARG_MAX */
#define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */
#define GLOB_QUOTE 0 /* source compatibility */
Home |
Main Index |
Thread Index |
Old Index