Module Name: src
Committed By: christos
Date: Mon Jan 31 04:49:46 UTC 2011
Modified Files:
src/include: fnmatch.h
Log Message:
new error.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/include/fnmatch.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/fnmatch.h
diff -u src/include/fnmatch.h:1.12 src/include/fnmatch.h:1.13
--- src/include/fnmatch.h:1.12 Wed Feb 2 23:39:32 2005
+++ src/include/fnmatch.h Sun Jan 30 23:49:46 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: fnmatch.h,v 1.12 2005/02/03 04:39:32 perry Exp $ */
+/* $NetBSD: fnmatch.h,v 1.13 2011/01/31 04:49:46 christos Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -38,6 +38,7 @@
#define FNM_NOMATCH 1 /* Match failed. */
#define FNM_NOSYS 2 /* Function not implemented. */
+#define FNM_NORES 3 /* Out of resources */
#define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */
#define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */