From 0b99efb035e745ea6f2902e45bc44c53156bce5e Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sun, 18 Mar 2001 17:18:58 +0000 Subject: [PATCH] GLOB_LIMIT changes from christos --- src/include/glob.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/glob.h b/src/include/glob.h index f1410221..d744001f 100644 --- a/src/include/glob.h +++ b/src/include/glob.h @@ -1,4 +1,4 @@ -/* $OpenBSD: glob.h,v 1.4 1998/01/31 17:06:26 millert Exp $ */ +/* $OpenBSD: glob.h,v 1.5 2001/03/18 17:18:58 deraadt Exp $ */ /* $NetBSD: glob.h,v 1.5 1994/10/26 00:55:56 cgd Exp $ */ /* @@ -82,6 +82,7 @@ typedef struct { #define GLOB_QUOTE 0x0400 /* Quote special chars with \. */ #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ #define GLOB_NOESCAPE 0x1000 /* Disable backslash escaping. */ +#define GLOB_LIMIT 0x2000 /* Limit pattern match output to ARG_MAX */ #endif /* Error values returned by glob(3) */