Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include new error.
details: https://anonhg.NetBSD.org/src/rev/36f4d711f65d
branches: trunk
changeset: 761522:36f4d711f65d
user: christos <christos%NetBSD.org@localhost>
date: Mon Jan 31 04:49:46 2011 +0000
description:
new error.
diffstat:
include/fnmatch.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 03d3d91f7163 -r 36f4d711f65d include/fnmatch.h
--- a/include/fnmatch.h Mon Jan 31 04:20:50 2011 +0000
+++ b/include/fnmatch.h Mon Jan 31 04:49:46 2011 +0000
@@ -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. */
Home |
Main Index |
Thread Index |
Old Index