=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/fnmatch.h,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/include/fnmatch.h 1997/09/22 05:25:32 1.4 --- src/include/fnmatch.h 2000/03/24 17:13:23 1.5 *************** *** 1,4 **** ! /* $OpenBSD: fnmatch.h,v 1.4 1997/09/22 05:25:32 millert Exp $ */ /* $NetBSD: fnmatch.h,v 1.5 1994/10/26 00:55:53 cgd Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: fnmatch.h,v 1.5 2000/03/24 17:13:23 millert Exp $ */ /* $NetBSD: fnmatch.h,v 1.5 1994/10/26 00:55:53 cgd Exp $ */ /*- *************** *** 40,45 **** --- 40,46 ---- #define _FNMATCH_H_ #define FNM_NOMATCH 1 /* Match failed. */ + #define FNM_NOSYS 2 /* Function not supported (unused). */ #define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */ #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */